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

Unified Diff: media/media_options.gni

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Rebased. Created 4 years, 2 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 | « media/blink/webmediaplayer_params.cc ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index d6ab4f4249fdf03b06e294cc4f537fe282e66ab1..61dac760ac3aad5cda26b90799147d60ad743515 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -119,3 +119,10 @@ declare_args() {
}
}
}
+
+declare_args() {
+ # This switch defines whether the Media Remoting implementation will be built.
+ # When enabled, media is allowed to be renderer and played back on remote
+ # devices when the tab is being casted and other conditions are met.
+ enable_media_remoting = !is_chromecast && !is_ios && !is_android
+}
« no previous file with comments | « media/blink/webmediaplayer_params.cc ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698