Add all locales to the appropriate generated file lists in .gyp files.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/208002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@26494 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thestig@chromium.org 2009-09-17 21:54:28 +00:00
Родитель 5ba0f23123
Коммит e5b88b0dd1
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -189,6 +189,17 @@
],
}],
],
# NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
# so Cocoa is happy (http://crbug.com/20441).
'locales': [
'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
'en-US', 'es-419', 'es', 'et', 'fi', 'fil', 'fr', 'gu', 'he',
'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
'ml', 'mr', 'nb', 'nl', 'or', 'pl', 'pt-BR', 'pt-PT', 'ro',
'ru', 'sk', 'sl', 'sr', 'sv', 'ta', 'te', 'th', 'tr',
'uk', 'vi', 'zh-CN', 'zh-TW',
],
},
'target_defaults': {
'variables': {