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

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: 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/build/args.gn ('k') | chromecast/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gni
diff --git a/third_party/widevine/cdm/widevine.gni b/chromecast/chromecast.gni
similarity index 57%
copy from third_party/widevine/cdm/widevine.gni
copy to chromecast/chromecast.gni
index b10a92b47494fe4954df89e40b9e4e80a12fb653..b6f7307bcce064e4d296e9163cf4b31dc1db7ca9 100644
--- a/third_party/widevine/cdm/widevine.gni
+++ b/chromecast/chromecast.gni
@@ -3,6 +3,8 @@
# found in the LICENSE file.
declare_args() {
- # Allow widevinecdmadapter to be built in Chromium.
- enable_widevine = false
+ # is_chromecast_chrome_branded is set to true for an official build
+ is_chromecast_chrome_branded = false
+
+ use_playready = false
}
« no previous file with comments | « chromecast/build/args.gn ('k') | chromecast/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698