Chromium Code Reviews| Index: webrtc/tools/BUILD.gn |
| diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
| index 8e57cbfdaceddb9377bf25349db8be78689036dc..a9fe473941c8a0e12bd2afb7b0ca37e1435c342e 100644 |
| --- a/webrtc/tools/BUILD.gn |
| +++ b/webrtc/tools/BUILD.gn |
| @@ -170,7 +170,7 @@ source_set("agc_test_utils") { |
| } |
| # Exclude tools depending on gflags since that's not available in Chromium. |
| -if (!rtc_include_tests) { |
| +if (rtc_include_tests) { |
| executable("agc_harness") { |
| testonly = true |
| sources = [ |