Index: chromecast/args.gn |
diff --git a/chromecast/args.gn b/chromecast/args.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f6a8aa1323b897ce5c1543d2edc10f1c4b33d6a |
--- /dev/null |
+++ b/chromecast/args.gn |
@@ -0,0 +1,16 @@ |
+# 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
|
+# Copy the contents of this file to gn args. |
+ |
+root_extra_deps = [ "//chromecast" ] |
+ |
+# Flags set from build/common.gypi |
+enable_mpeg2ts_stream_parser = true |
+ffmpeg_branding = "ChromeOS" |
+proprietary_codecs = true |
+enable_browser_cdms = true |
+# TODO: should we set these flags: |
+# 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?
|
+# 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.
|
+# 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.
|
+# ozone_platform_cast: 0 |
gunsch
2015/04/21 02:09:43
dupe to above
prashantv
2015/04/21 18:21:36
Done.
|
+# use_chromecast_Webui: 0 |
gunsch
2015/04/21 02:09:43
same comment as disable_display
prashantv
2015/04/21 18:21:36
Done.
|