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

Unified Diff: build/common.gypi

Issue 712463004: media: Support MojoRendererService in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build. Created 6 years 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
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | build/config/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 97268c669f521bc8dfbc8b46f924cf49db4bc407..29108fb601d9b0ea5f8b21da6fb4398c6f02aa5d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1504,6 +1504,9 @@
# Experiment: http://crbug.com/426914
'envoy%': 0,
+
+ # Experiment to enable mojo based media renderer: http://crbug.com/431776
+ 'enable_mojo_media_renderer%': 0,
'conditions': [
['buildtype=="Official"', {
@@ -2662,6 +2665,9 @@
['enable_browser_cdms==1', {
'defines': ['ENABLE_BROWSER_CDMS'],
}],
+ ['enable_mojo_media_renderer==1', {
+ 'defines': ['ENABLE_MOJO_MEDIA_RENDERER'],
+ }],
['configuration_policy==1', {
'defines': ['ENABLE_CONFIGURATION_POLICY'],
}],
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | build/config/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698