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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « build/config/features.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Build arguments for Chromecast. 1 # Build arguments for Chromecast.
2 # Copy the contents of this file to gn args. 2 # Copy the contents of this file to gn args.
3 3
4 root_extra_deps = [ "//chromecast" ] 4 root_extra_deps = [ "//chromecast" ]
5 5
6 # Enable the use of browser-side CDM.
7 enable_browser_cdms = true
8
9 # Enable plugins, but explicitly disable use of Pepper CDMs.
10 enable_plugins = true
11 enable_pepper_cdms = false
12
6 # Flags set from build/common.gypi 13 # Flags set from build/common.gypi
7 enable_mpeg2ts_stream_parser = true 14 enable_mpeg2ts_stream_parser = true
8 ffmpeg_branding = "ChromeOS" 15 ffmpeg_branding = "ChromeOS"
9 proprietary_codecs = true 16 proprietary_codecs = true
10 enable_browser_cdms = true
11 # TODO(halliwell): look into supporting Cast Ozone with GN. 17 # TODO(halliwell): look into supporting Cast Ozone with GN.
12 # ozone_platform_cast = 1 18 # ozone_platform_cast = 1
13 # TODO(gyp): Add support for blink_logging_always_on and enable it. 19 # TODO(gyp): Add support for blink_logging_always_on and enable it.
14 # blink_logging_always_on = 1 20 # blink_logging_always_on = 1
OLDNEW
« 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