OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # TODO: remove this helper when we have loops in GYP | 7 # TODO: remove this helper when we have loops in GYP |
8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py',], |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], | 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py', |
| 11 '<@(grit_defines)'], |
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', | 12 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', |
12 'grit_cmd': ['python', '../tools/grit/grit.py'], | 13 'grit_cmd': ['python', '../tools/grit/grit.py'], |
13 'localizable_resources': [ | 14 'localizable_resources': [ |
14 'resources/app_locale_settings.grd', | 15 'resources/app_locale_settings.grd', |
15 'resources/app_strings.grd', | 16 'resources/app_strings.grd', |
16 ], | 17 ], |
17 }, | 18 }, |
18 'includes': [ | 19 'includes': [ |
19 'app_base.gypi', | 20 'app_base.gypi', |
20 ], | 21 ], |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 }], | 200 }], |
200 }], | 201 }], |
201 ], | 202 ], |
202 } | 203 } |
203 | 204 |
204 # Local Variables: | 205 # Local Variables: |
205 # tab-width:2 | 206 # tab-width:2 |
206 # indent-tabs-mode:nil | 207 # indent-tabs-mode:nil |
207 # End: | 208 # End: |
208 # vim: set expandtab tabstop=2 shiftwidth=2: | 209 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |