| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |