Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 0c6db74022a01dea2507a6c066a3a1257ba8c5e7..bf2eee39e95d21777b7cf3352cb6a4d13f910e46 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -379,8 +379,7 @@ if (use_libfuzzer || use_drfuzz) { |
} |
} |
-# There's no point processing WebRTC standalone tests in a Chromium build. |
-if (!build_with_chromium) { |
+if (!rtc_include_tests) { |
phoglund
2016/06/08 07:17:00
Uh oh.
|
config("rtc_unittests_config") { |
# GN orders flags on a target before flags from configs. The default config |
# adds -Wall, and this flag have to be after -Wall -- so they need to |