From f703c4ea89e938b1066d5391c9591ce1e996f913 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 17 Sep 2009 21:54:28 +0000 Subject: 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 --- chrome/chrome.gyp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'chrome/chrome.gyp') 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', -- cgit v1.1