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 /chrome | |
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 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 7e62012..fe10cdd 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -23,18 +23,6 @@ ], 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', - # TODO(mmoss) This might need to go somewhere more general, then we can use - # it to also rewrite app/locales/locales.gyp with a helper script. - # 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', - ], 'chrome_strings_grds': [ # Localizable resources. 'app/resources/locale_settings.grd', |