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

Unified Diff: media/media_options.gni

Issue 2261503002: Define remote playback proto buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« media/BUILD.gn ('K') | « media/BUILD.gn ('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 424d85658adf64fc15e94b2ef142eb19e13d26aa..259b0ec782a3a318225ba51ee862050d1613fa64 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -123,3 +123,8 @@ declare_args() {
}
}
}
+
+declare_args() {
+ # flag to enable media remoting feature.
xhwang 2016/08/25 20:00:15 Could you please provide more context about what "
erickung1 2016/09/01 09:05:05 Sure, the media remoting is the original project w
+ media_remoting = true
+}
« media/BUILD.gn ('K') | « media/BUILD.gn ('k') | media/remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698