Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3245)

Unified Diff: build_overrides/webrtc.gni

Issue 2154693002: Fix inconsistent setting of the rtc_include_unittests flag. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/webrtc.gni
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
index 7891f3fe9857f78bb98a5ea8a7e1f1d8c14fd7dc..90e437423c69c3c3576b0cf380890cc51549e284 100644
--- a/build_overrides/webrtc.gni
+++ b/build_overrides/webrtc.gni
@@ -23,5 +23,8 @@ rtc_include_pulse_audio = true
# standalone WebRTC.
rtc_include_internal_audio_device = true
-# There's no point processing WebRTC standalone tests in a Chromium build.
-rtc_include_tests = true
+# There's no point processing WebRTC standalone tests in a Chromium build,
+# so give Chromium the option of overriding it here.
+declare_args() {
+ rtc_include_tests = true
+}
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698