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

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: DecoderBufferSegment more description and change interface name Created 4 years, 3 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 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.
+ media_remoting = true
+}

Powered by Google App Engine
This is Rietveld 408576698