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

Unified Diff: chromecast/chromecast.gni

Issue 2874943002: [Chromecast] Add service for "displaying" cast web contents. (Closed)
Patch Set: Created 3 years, 7 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 9de3efeae89948911e7c059c31a65fccb3f46be3..6f8137df7882701825c5e5f367bb7f782ac47736 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -24,6 +24,11 @@ declare_args() {
# doing engineering builds.
cast_is_debug = is_debug
+ if (is_android) {
+ # If true, run receiver apps in an Android service instead of an activity.
+ cast_android_use_service = false
Simeon 2017/05/15 19:47:24 Do we want to enable this on audio-only builds yet
Simeon 2017/05/15 19:47:24 As for naming, how about display_web_contents_in_s
thoren 2017/05/15 22:25:24 Might as well I guess. The service-based approach
thoren 2017/05/15 22:25:24 Done.
+ }
+
# If true, Chromecast WebUI resources are included in a build.
# TODO(antz): default to false for audio-only builds, might need further
# clean up (b/27119303)

Powered by Google App Engine
This is Rietveld 408576698