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

Unified Diff: chromecast/args.gn

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use source_set + groups Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/base/BUILD.gn » ('j') | chromecast/chromecast.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698