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

Unified Diff: build/common.gypi

Issue 11276003: Remap pt-BR to pt on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comment typo fix Created 8 years, 2 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/app/chromium_strings.grd » ('j') | chrome/app/chromium_strings.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 05c474783c911cf3d4ab9a31d2b7ee1b26a1e4c3..87c82084c4d264df8e7c0c3bdc8f54f559f60333 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -854,7 +854,7 @@
'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
- 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
+ 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-PT', 'ro', 'ru',
'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk',
'vi', 'zh-CN', 'zh-TW',
],
@@ -1296,6 +1296,10 @@
# iOS uses a whitelist to filter resources.
'-w', '<(DEPTH)/build/ios/grit_whitelist.txt'
],
+ # iOS uses pt instead of pt-BR.
+ 'locales': ['pt'],
+ }, { # OS != "ios"
+ 'locales': ['pt-BR'],
}],
['enable_extensions==1', {
'grit_defines': ['-D', 'enable_extensions'],
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome/app/chromium_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698