| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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', '../chrome/tools/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_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', | 11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', |
| 12 'grit_cmd': ['python', '../tools/grit/grit.py'], | 12 'grit_cmd': ['python', '../tools/grit/grit.py'], |
| 13 'localizable_resources': [ | 13 'localizable_resources': [ |
| 14 'resources/app_locale_settings.grd', | 14 'resources/app_locale_settings.grd', |
| 15 'resources/app_strings.grd', | 15 'resources/app_strings.grd', |
| 16 ], | 16 ], |
| 17 }, | 17 }, |
| 18 'includes': [ | 18 'includes': [ |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 ], | 164 ], |
| 165 }, | 165 }, |
| 166 ], | 166 ], |
| 167 } | 167 } |
| 168 | 168 |
| 169 # Local Variables: | 169 # Local Variables: |
| 170 # tab-width:2 | 170 # tab-width:2 |
| 171 # indent-tabs-mode:nil | 171 # indent-tabs-mode:nil |
| 172 # End: | 172 # End: |
| 173 # vim: set expandtab tabstop=2 shiftwidth=2: | 173 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |