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

Unified Diff: chromecast/chromecast.gni

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
new file mode 100644
index 0000000000000000000000000000000000000000..fcbc3e0cc77371b23b1fa081bd6d0e2f3868073a
--- /dev/null
+++ b/chromecast/chromecast.gni
@@ -0,0 +1,6 @@
+declare_args() {
brettw 2015/04/21 16:39:09 Copyright block.
prashantv 2015/04/21 18:21:36 Done.
+ # chromecast_branding is set to "Chrome" for an official build
+ chromecast_branding = "Chromium"
brettw 2015/04/21 16:39:09 You can choose how you want to do this. Since ther
prashantv 2015/04/21 18:21:36 Done.
+
+ use_playready = true
+}

Powered by Google App Engine
This is Rietveld 408576698