| Index: chromecast/chromecast_locales.gyp
|
| diff --git a/chromecast/chromecast_locales.gyp b/chromecast/chromecast_locales.gyp
|
| index 883a127ebd017bb070a046df45aea14eacb32252..13b29a2eba1a5950b40b39777f490498da0dfefc 100644
|
| --- a/chromecast/chromecast_locales.gyp
|
| +++ b/chromecast/chromecast_locales.gyp
|
| @@ -4,7 +4,7 @@
|
|
|
| {
|
| 'variables': {
|
| - 'chromecast_branding%': 'Chromium',
|
| + 'chromecast_branding%': 'public',
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast_strings',
|
| },
|
| 'targets': [
|
| @@ -30,7 +30,7 @@
|
| 'chromecast_settings',
|
| ],
|
| 'conditions': [
|
| - ['chromecast_branding=="Chrome"', {
|
| + ['chromecast_branding!="public"', {
|
| 'dependencies': [
|
| 'internal/chromecast_locales.gyp:chromecast_app_strings',
|
| ],
|
|
|