OLD | NEW |
---|---|
(Empty) | |
1 # Build arguments for Chromecast. | |
gunsch
2015/04/21 02:09:43
Since this isn't actually a gn file itself, how ab
brettw
2015/04/21 16:39:09
Since the suggestion is that you copy and paste th
prashantv
2015/04/21 18:21:35
I'm using args.gn since that's the actual filename
gunsch
2015/04/21 20:58:18
OK, can you move to chromecast/build/args.gn thoug
| |
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: should we set these flags: | |
12 # ozone_platform_cast = 1 | |
gunsch
2015/04/21 02:09:43
Yes, but this isn't necessarily where they apply c
prashantv
2015/04/21 18:21:35
Should I delete this for now from here then?
| |
13 # disable_display: 0 | |
gunsch
2015/04/21 02:09:43
doesn't need to be set explicitly, as long as it d
prashantv
2015/04/21 18:21:35
Done.
| |
14 # enable_default_cast_graphics: 1 | |
gunsch
2015/04/21 02:09:43
same comment as disable_display
prashantv
2015/04/21 18:21:35
Done.
| |
15 # ozone_platform_cast: 0 | |
gunsch
2015/04/21 02:09:43
dupe to above
prashantv
2015/04/21 18:21:36
Done.
| |
16 # use_chromecast_Webui: 0 | |
gunsch
2015/04/21 02:09:43
same comment as disable_display
prashantv
2015/04/21 18:21:36
Done.
| |
OLD | NEW |