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

Unified Diff: media/media_options.gni

Issue 2075303002: [DO NOT COMMIT] Initial MediaPlayerRenderer plumbing and basic features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 55f247be23834d266782b92b204ee96c792faf0e..6904a3ba270ae5a2e870541c567f24c163cbdc67 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -75,6 +75,11 @@ declare_args() {
# Enable the TestMojoMediaClient to be used in MojoMediaApplication. This is
# for testing only and will override the default platform MojoMediaClient.
enable_test_mojo_media_client = false
+
+ # Enable and force 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|.
+ force_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