| Index: chrome/chrome_repack_pseudo_locales.gypi
|
| diff --git a/chrome/chrome_repack_pseudo_locales.gypi b/chrome/chrome_repack_pseudo_locales.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..168650c92499edf666659c668074834fa40072cb
|
| --- /dev/null
|
| +++ b/chrome/chrome_repack_pseudo_locales.gypi
|
| @@ -0,0 +1,38 @@
|
| +# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +{
|
| + 'action_name': 'repack_pseudo_locales',
|
| + 'variables': {
|
| + 'conditions': [
|
| + ['branding=="Chrome"', {
|
| + 'branding_flag': ['-b', 'google_chrome',],
|
| + }, { # else: branding!="Chrome"
|
| + 'branding_flag': ['-b', 'chromium',],
|
| + }],
|
| + ]
|
| + },
|
| + 'inputs': [
|
| + 'tools/build/repack_locales.py',
|
| + '<!@pymod_do_main(repack_locales -i <(branding_flag) -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(INTERMEDIATE_DIR) <(pseudo_locales))'
|
| + ],
|
| + 'conditions': [
|
| + ['OS == "mac"', {
|
| + 'outputs': [
|
| + '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHARED_INTERMEDIATE_DIR) -x <(INTERMEDIATE_DIR) <(pseudo_locales))'
|
| + ],
|
| + }, { # else 'OS != "mac"'
|
| + 'outputs': [
|
| + '<(INTERMEDIATE_DIR)/<(pseudo_locales).pak'
|
| + ],
|
| + }],
|
| + ],
|
| + 'action': [
|
| + '<@(repack_locales_cmd)',
|
| + '<@(branding_flag)',
|
| + '-g', '<(grit_out_dir)',
|
| + '-s', '<(SHARED_INTERMEDIATE_DIR)',
|
| + '-x', '<(INTERMEDIATE_DIR)',
|
| + '<@(pseudo_locales)',
|
| + ],
|
| +}
|
|
|