summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 21:54:28 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 21:54:28 +0000
commitf703c4ea89e938b1066d5391c9591ce1e996f913 (patch)
treee3f3f2d8a67ddfe0744fa7bbf55dbd2220824ed5 /app
parent762940c0f3d7f737616c126671e22c3fdead521e (diff)
downloadchromium_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 'app')
-rw-r--r--app/app.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 449b9bb..613f6b7 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -4,6 +4,8 @@
{
'variables': {
+ # TODO: remove this helper when we have loops in GYP
+ 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',],
'chromium_code': 1,
},
'target_defaults': {
@@ -246,10 +248,8 @@
},
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/app/grit/<(RULE_INPUT_ROOT).h',
- # TODO(benl) Generate this list from a helper script, like
- # repack_locales_cmd in chrome.gyp (see TODO(mmoss))
- '<(SHARED_INTERMEDIATE_DIR)/app/<(RULE_INPUT_ROOT)_ar.pak',
- '<(SHARED_INTERMEDIATE_DIR)/app/<(RULE_INPUT_ROOT)_en-US.pak',
+ # TODO: remove this helper when we have loops in GYP
+ '>!@(<(apply_locales_cmd) \'<(SHARED_INTERMEDIATE_DIR)/app/<(RULE_INPUT_ROOT)_ZZLOCALE.pak\' <(locales))',
],
'action': ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)',
'build', '-o', '<(grit_out_dir)'],