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

Side by Side Diff: net/net.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 | « gfx/gfx.gyp ('k') | webkit/glue/webkit_glue.gypi » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 ], 1198 ],
1199 }], 1199 }],
1200 ], 1200 ],
1201 }, 1201 },
1202 { 1202 {
1203 'target_name': 'net_resources', 1203 'target_name': 'net_resources',
1204 'type': 'none', 1204 'type': 'none',
1205 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942', 1205 'msvs_guid': '8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942',
1206 'variables': { 1206 'variables': {
1207 'grit_cmd': ['python', '../tools/grit/grit.py'], 1207 'grit_cmd': ['python', '../tools/grit/grit.py'],
1208 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 1208 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
1209 '<@(grit_defines)'],
1209 'input_paths': [ 1210 'input_paths': [
1210 'base/net_resources.grd', 1211 'base/net_resources.grd',
1211 ], 1212 ],
1212 }, 1213 },
1213 'rules': [ 1214 'rules': [
1214 { 1215 {
1215 'rule_name': 'grit', 1216 'rule_name': 'grit',
1216 'extension': 'grd', 1217 'extension': 'grd',
1217 'inputs': [ 1218 'inputs': [
1218 '<!@(<(grit_info_cmd) --inputs <(input_paths))', 1219 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 ], 1434 ],
1434 }], 1435 }],
1435 ], 1436 ],
1436 } 1437 }
1437 1438
1438 # Local Variables: 1439 # Local Variables:
1439 # tab-width:2 1440 # tab-width:2
1440 # indent-tabs-mode:nil 1441 # indent-tabs-mode:nil
1441 # End: 1442 # End:
1442 # vim: set expandtab tabstop=2 shiftwidth=2: 1443 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gfx/gfx.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698