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

Unified Diff: chromecast/chromecast.gni

Issue 2922003002: [Chromecast] Enable MultizoneBackendTest on Earth. (Closed)
Patch Set: Default supports_multizone to false for desktop builds. Created 3 years, 6 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 | chromecast/media/cma/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index 64d3f74bc14ea7e6337a939d4cd2f3354154b655..67f30c207129f0cf4c267c8110d2c215f01e898e 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -36,6 +36,11 @@ declare_args() {
# Set true to enable assistant features.
enable_assistant = false
+
+ # Set to true on devices that support multizone. Only indicates that the
+ # device supports multizone. The command line flag --enable-multizone must
+ # still be used to enable multizone.
+ supports_multizone = is_cast_audio_only && !is_cast_desktop_build
}
declare_args() {
« no previous file with comments | « no previous file | chromecast/media/cma/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698