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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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: |
OLD | NEW |