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

Unified Diff: chromecast/chromecast.gni

Issue 1382713003: [GN] Add a template which wraps generate_test_lists.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 3 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
Index: chromecast/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index 016374ab4ab65d98c0bad19700d981217f0c0c7f..a3cffb3871353bb3b80d46f62ebca0c1b8e7fa2c 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -24,4 +24,7 @@ declare_args() {
# Use Playready CDMs.
use_playready = false
+
+ # Set this true to perform an audio-only build.
+ disable_display = false
}

Powered by Google App Engine
This is Rietveld 408576698