build: Override angle_has_rapidjson to false
This fixes the issue where a standalone checkout of Dawn could not build the |all| target because ANGLE was missing sub-dependencies. The |:default| target still builds fine before this change. Change-Id: Icf6582068837053909d9efd1cffd3a0d3c0836cf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/61380 Commit-Queue: Michael Tang <tangm@microsoft.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
b7285d8a9d
commit
bd45466c6d
1
.gn
1
.gn
|
@ -27,6 +27,7 @@ default_args = {
|
|||
angle_enable_abseil = false
|
||||
angle_standalone = false
|
||||
angle_build_all = false
|
||||
angle_has_rapidjson = false
|
||||
angle_vulkan_headers_dir = "//third_party/vulkan-deps/vulkan-headers/src"
|
||||
angle_vulkan_loader_dir = "//third_party/vulkan-deps/vulkan-loader/src"
|
||||
angle_vulkan_tools_dir = "//third_party/vulkan-deps/vulkan-tools/src"
|
||||
|
|
Loading…
Reference in New Issue