From 2f3e4db838068584a0c15653cb07893683a55300 Mon Sep 17 00:00:00 2001 From: Jamie Madill Date: Thu, 2 Sep 2021 10:31:13 -0400 Subject: 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 Reviewed-by: Tim Van Patten Reviewed-by: Cody Northrop --- BUILD.gn | 3 --- 1 file changed, 3 deletions(-) (limited to 'BUILD.gn') 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) { -- cgit v1.2.3