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:
Michael Tang 2021-08-19 22:14:27 +00:00 committed by Dawn LUCI CQ
parent b7285d8a9d
commit bd45466c6d
1 changed files with 1 additions and 0 deletions

1
.gn
View File

@ -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"