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

Unified Diff: chromecast/build/args.gn

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved args.gn 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
« no previous file with comments | « chromecast/base/metrics/BUILD.gn ('k') | chromecast/chromecast.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/build/args.gn
diff --git a/chromecast/build/args.gn b/chromecast/build/args.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1624b0a9a6b0eb17df4de7d886312dfea369939b
--- /dev/null
+++ b/chromecast/build/args.gn
@@ -0,0 +1,14 @@
+# 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(halliwell): look into supporting Cast Ozone with GN.
+# ozone_platform_cast = 1
+# TODO(gyp): Add support for blink_logging_always_on and enable it.
+# blink_logging_always_on = 1
« no previous file with comments | « chromecast/base/metrics/BUILD.gn ('k') | chromecast/chromecast.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698