Index: webrtc/tools/BUILD.gn |
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
index c463fce898c13f8873f70fe645f8dd9df51327af..91bb3a4f196add534a4cca3432eeaee0d34c909f 100644 |
--- a/webrtc/tools/BUILD.gn |
+++ b/webrtc/tools/BUILD.gn |
@@ -164,8 +164,7 @@ source_set("agc_test_utils") { |
} |
# Exclude tools depending on gflags since that's not available in Chromium. |
-# There's no point processing WebRTC standalone tests in a Chromium build. |
-if (!build_with_chromium) { |
+if (!rtc_include_tests) { |
executable("agc_harness") { |
testonly = true |
sources = [ |