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

Side by Side Diff: app/app.gyp

Issue 6109003: Fix grit dependencies for chromeos, touchui, and toolkit_views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('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) 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
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:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698