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

Unified Diff: chromecast/build/args.gn

Issue 1266693005: [Chromecast] Allow |enable_pepper_cdms| to be set in gn args. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 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
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/build/args.gn
diff --git a/chromecast/build/args.gn b/chromecast/build/args.gn
index 1624b0a9a6b0eb17df4de7d886312dfea369939b..54f0ca9e5b82cb520290be355c82eec3ed406bac 100644
--- a/chromecast/build/args.gn
+++ b/chromecast/build/args.gn
@@ -3,11 +3,17 @@
root_extra_deps = [ "//chromecast" ]
+# Enable the use of browser-side CDM.
+enable_browser_cdms = true
+
+# Enable plugins, but explicitly disable use of Pepper CDMs.
+enable_plugins = true
+enable_pepper_cdms = false
+
# Flags set from build/common.gypi
enable_mpeg2ts_stream_parser = true
ffmpeg_branding = "ChromeOS"
proprietary_codecs = true
-enable_browser_cdms = true
# TODO(halliwell): look into supporting Cast Ozone with GN.
# ozone_platform_cast = 1
# TODO(gyp): Add support for blink_logging_always_on and enable it.
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698