OLD | NEW |
(Empty) | |
| 1 # Build arguments for Chromecast. |
| 2 # Copy the contents of this file to gn args. |
| 3 |
| 4 root_extra_deps = [ "//chromecast" ] |
| 5 |
| 6 # Flags set from build/common.gypi |
| 7 enable_mpeg2ts_stream_parser = true |
| 8 ffmpeg_branding = "ChromeOS" |
| 9 proprietary_codecs = true |
| 10 enable_browser_cdms = true |
| 11 # TODO(halliwell): look into supporting Cast Ozone with GN. |
| 12 # ozone_platform_cast = 1 |
| 13 # TODO(gyp): Add support for blink_logging_always_on and enable it. |
| 14 # blink_logging_always_on = 1 |
OLD | NEW |