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

Unified Diff: chrome/chrome_resources.gyp

Issue 1104023002: use 'branding_path_component' to simplify branding in chrome directory - part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix build 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 | « chrome/chrome_repack_locales.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 49018c56e28722a3eebfa71d43c47e3793fc5478..d1a28e30b3be6ee887d74845f12ee96fac45d382 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -322,15 +322,8 @@
['OS=="linux"', {
'conditions': [
['chromeos==1', {
- 'conditions': [
- ['branding=="Chrome"', {
- 'platform_locale_settings_grd':
- 'app/resources/locale_settings_google_chromeos.grd',
- }, { # branding!=Chrome
- 'platform_locale_settings_grd':
- 'app/resources/locale_settings_chromiumos.grd',
- }],
- ]
+ 'platform_locale_settings_grd':
+ 'app/resources/locale_settings_<(branding_path_component)os.grd',
}, { # chromeos==0
'platform_locale_settings_grd':
'app/resources/locale_settings_linux.grd',
« no previous file with comments | « chrome/chrome_repack_locales.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698