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

Unified Diff: chrome/chrome.gyp

Issue 1114453002: use 'branding_path_component' to simplify branding in chrome directory - part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 46108eedf7e72761cbc0e7a4d56eec1025712f58..7a6b421315f8a8f95c526efd1333099df276a732 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -76,15 +76,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 | « no previous file | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698