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

Unified Diff: chromecast/chromecast.gni

Issue 1266723002: Revert of [Chromecast] Change chromecast_branding to public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/BUILD.gn ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gni
diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
index 646d19fd905c75a6372d6e70660c389bea62193c..b6f7307bcce064e4d296e9163cf4b31dc1db7ca9 100644
--- a/chromecast/chromecast.gni
+++ b/chromecast/chromecast.gni
@@ -3,10 +3,8 @@
# found in the LICENSE file.
declare_args() {
- # chromecast_branding is used to indicate build version. Set it to
- # "public" for Chromium build.
- # TODO(slan): Make this variable consistent with the GYP build.
- chromecast_branding = "public"
+ # 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/base/BUILD.gn ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698