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

Side by Side Diff: net/net.gyp

Issue 6070011: Refactor grit -D flags into a gyp variable so we don't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works 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 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'inputs': [ 1217 'inputs': [
1218 '<!@(<(grit_info_cmd) --inputs <(input_paths))', 1218 '<!@(<(grit_info_cmd) --inputs <(input_paths))',
1219 ], 1219 ],
1220 'outputs': [ 1220 'outputs': [
1221 '<!@(<(grit_info_cmd) ' 1221 '<!@(<(grit_info_cmd) '
1222 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))', 1222 '--outputs \'<(SHARED_INTERMEDIATE_DIR)/net\' <(input_paths))',
1223 ], 1223 ],
1224 'action': 1224 'action':
1225 ['<@(grit_cmd)', 1225 ['<@(grit_cmd)',
1226 '-i', '<(RULE_INPUT_PATH)', 'build', 1226 '-i', '<(RULE_INPUT_PATH)', 'build',
1227 '-o', '<(SHARED_INTERMEDIATE_DIR)/net'], 1227 '-o', '<(SHARED_INTERMEDIATE_DIR)/net',
1228 '<@(grit_defines)'],
1228 'message': 'Generating resources from <(RULE_INPUT_PATH)', 1229 'message': 'Generating resources from <(RULE_INPUT_PATH)',
1229 }, 1230 },
1230 ], 1231 ],
1231 'sources': [ 1232 'sources': [
1232 '<@(input_paths)', 1233 '<@(input_paths)',
1233 ], 1234 ],
1234 'direct_dependent_settings': { 1235 'direct_dependent_settings': {
1235 'include_dirs': [ 1236 'include_dirs': [
1236 '<(SHARED_INTERMEDIATE_DIR)/net', 1237 '<(SHARED_INTERMEDIATE_DIR)/net',
1237 ], 1238 ],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 ], 1433 ],
1433 }], 1434 }],
1434 ], 1435 ],
1435 } 1436 }
1436 1437
1437 # Local Variables: 1438 # Local Variables:
1438 # tab-width:2 1439 # tab-width:2
1439 # indent-tabs-mode:nil 1440 # indent-tabs-mode:nil
1440 # End: 1441 # End:
1441 # vim: set expandtab tabstop=2 shiftwidth=2: 1442 # 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