Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: app/app.gyp

Issue 668249: Move apply_locales.py from src/chrome/tools/build/ to src/build/. (Closed)
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | build/apply_locales.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « no previous file | build/apply_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698