aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2021-09-02 10:31:13 -0400
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-09-08 17:13:59 +0000
commit2f3e4db838068584a0c15653cb07893683a55300 (patch)
tree7487380f98f5cce6d93229acf45aea05bc1e44fb /BUILD.gn
parent8b2fd983e61aa3993a8272291c398247d7c279e0 (diff)
downloadangle-2f3e4db838068584a0c15653cb07893683a55300.tar.gz
Capture/Replay: Serialize trace metadata to a JSON file.
This will allow us to remove more code auto-generation for the trace tests. The trace info now can be loaded directly from JSON instead of from the autogenerated information. Bug: angleproject:5133 Change-Id: I04e22b9279b19282df274bc8defcd363d0449111 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3140218 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Tim Van Patten <timvp@google.com> Reviewed-by: Cody Northrop <cnorthrop@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5dd75bb30e..f88a419509 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -48,9 +48,6 @@ declare_args() {
# Optional feature that forces dirty state whenever we use a new context regardless of thread.
angle_force_context_check_every_call = false
-
- # Indicate if the rapidJSON library is available to build with in third_party/.
- angle_has_rapidjson = angle_has_build
}
if (angle_build_all) {