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

Unified Diff: chromecast/chromecast.gni

Issue 2922003002: [Chromecast] Enable MultizoneBackendTest on Earth. (Closed)
Patch Set: Default supports_multizone to true on audio-only devices. 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..41a20d4164fbad8168a22aacf44ba5fd60329dab 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
kmackay 2017/06/03 02:59:48 Note, this will change the behaviour a bit since i
jameswest 2017/06/03 03:07:51 I restored the check for not desktop in the condit
kmackay 2017/06/03 03:14:31 Is that really accurate though (ie, does desktop a
jameswest 2017/06/05 19:45:22 I changed it to default to false for 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