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

Unified Diff: media/media_options.gni

Issue 2387293007: Register MediaPlayerRenderer service (Closed)
Patch Set: 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..e0706bcbd39a5bbd863dc1c6bca2f59bef5495e2 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -73,6 +73,11 @@ declare_args() {
# the media pipeline and corresponding services will hosted in the selected
# remote process (e.g. "utility" process, see |mojo_media_host|).
enable_mojo_media = is_android || is_chromecast
+
+ # Enable the use of the Mojo MediaPlayerRenderer.
+ # This flag is unafected by the |mojo_media_services|, because the service
+ # will always live in the browser process, regarless of |mojo_media_host|.
+ enable_mojo_media_player_renderer = false
}
# Use a second declare_args() to pick up possible overrides of enable_mojo_media

Powered by Google App Engine
This is Rietveld 408576698