Always check out google_benchmark, part 2.
Apparently I need to also remove this reference now or WebRTC breaks.
Bug: 1404759
Change-Id: I98288e15a541d4cab9e530c434f2039b87caab7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327152
Auto-Submit: Peter Kasting <pkasting@chromium.org>
Commit-Queue: Austin Sullivan <asully@chromium.org>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1115767}
NOKEYCHECK=True
GitOrigin-RevId: 3ad879d8977ecc16597156f45a15553ec3dcad5a
diff --git a/buildconfig.gni b/buildconfig.gni
index 301c5bd..6203a4e 100644
--- a/buildconfig.gni
+++ b/buildconfig.gni
@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# TODO(https://crbug.com/1404759): Remove this whole file.
+
import("//build/config/gclient_args.gni")
import("//build_overrides/build.gni")
declare_args() {
- # Google Benchmark is not checked out by default, because it is only used by
- # a few specialized benchmarks that most developers do not interact with.
- enable_google_benchmarks = checkout_google_benchmark
+ enable_google_benchmarks = true
}