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

Unified Diff: media/media_options.gni

Issue 2389473002: Media Remoting: Add RemotingController. (Closed)
Patch Set: Add building flag. 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
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index d6ab4f4249fdf03b06e294cc4f537fe282e66ab1..a085b8c669f0cd4244e639b580ad03883c192d64 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -119,3 +119,7 @@ declare_args() {
}
}
}
+
+declare_args() {
+ enable_media_remoting = !is_chromecast && !is_ios && !is_android
xhwang 2016/10/05 05:27:53 Please add documentation about what this is.
xjz 2016/10/05 17:24:23 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698