Index: chromecast/args.gn |
diff --git a/chromecast/args.gn b/chromecast/args.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0ec6e7aaab343ad22d3bc31f37a8120df281cdc2 |
--- /dev/null |
+++ b/chromecast/args.gn |
@@ -0,0 +1,12 @@ |
+# Build arguments for Chromecast. |
+# 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: |
gunsch
2015/04/21 20:58:18
"TODO(halliwell): look into supporting Cast Ozone
prashantv
2015/04/21 21:20:17
Done.
|
+# ozone_platform_cast = 1 |