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

Unified Diff: chromecast/media/media.gyp

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/media/base/BUILD.gn ('k') | chromecast/tools/build/chromecast_repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 748307035cd74433e48e90ad99e1f83eae6431c5..86879e5b24ad9658e7c27f0f9d127a0a52760e7b 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -5,7 +5,7 @@
{
'variables': {
'chromium_code': 1,
- 'chromecast_branding%': 'public',
+ 'chromecast_branding%': 'Chromium',
'libcast_media_gyp%': '',
'use_default_libcast_media%': 1,
},
@@ -43,7 +43,7 @@
'base/switching_media_renderer.h',
],
'conditions': [
- ['chromecast_branding!="public"', {
+ ['chromecast_branding=="Chrome"', {
'dependencies': [
'../internal/chromecast_internal.gyp:media_base_internal',
],
@@ -152,7 +152,7 @@
'cma/backend/video_pipeline_device.h',
],
'conditions': [
- ['chromecast_branding!="public"', {
+ ['chromecast_branding=="Chrome"', {
'dependencies': [
'../internal/chromecast_internal.gyp:cma_backend_internal',
],
« no previous file with comments | « chromecast/media/base/BUILD.gn ('k') | chromecast/tools/build/chromecast_repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698