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 --- build/common.gypi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'build') 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': { -- cgit v1.1