diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 21:54:28 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 21:54:28 +0000 |
commit | f703c4ea89e938b1066d5391c9591ce1e996f913 (patch) | |
tree | e3f3f2d8a67ddfe0744fa7bbf55dbd2220824ed5 /build | |
parent | 762940c0f3d7f737616c126671e22c3fdead521e (diff) | |
download | chromium_src-f703c4ea89e938b1066d5391c9591ce1e996f913.zip chromium_src-f703c4ea89e938b1066d5391c9591ce1e996f913.tar.gz chromium_src-f703c4ea89e938b1066d5391c9591ce1e996f913.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@26494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5f09ea6..af7c3fd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -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': { |