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

Unified Diff: chromecast/media/base/BUILD.gn

Issue 1262673004: [Chromecast] Change chromecast_branding to public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: quote 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/chromecast_tests.gypi ('k') | chromecast/media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/BUILD.gn
diff --git a/chromecast/media/base/BUILD.gn b/chromecast/media/base/BUILD.gn
index e47f8500b0479fe9d6d453d3fbe56d470c75cca8..47f116ac183237698d9a61dc15770c873cfb8e4e 100644
--- a/chromecast/media/base/BUILD.gn
+++ b/chromecast/media/base/BUILD.gn
@@ -35,7 +35,7 @@ source_set("base") {
"//third_party/widevine/cdm:version_h",
]
- if (is_chromecast_chrome_branded) {
+ if (chromecast_branding != "public") {
deps += [
"${libcast_media_target}",
# TODO(gyp): add dependency on internal/chromecast_internal:media_base_internal
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | chromecast/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698