OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'chromium_code': 1, | 3 'chromium_code': 1, |
4 }, | 4 }, |
5 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'gn_lib', | 7 'target_name': 'gn_lib', |
8 'type': 'static_library', | 8 'type': 'static_library', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../../base/base.gyp:base', | 10 '../../base/base.gyp:base', |
(...skipping 10 matching lines...) Expand all Loading... |
21 'build_settings.cc', | 21 'build_settings.cc', |
22 'build_settings.h', | 22 'build_settings.h', |
23 'builder.cc', | 23 'builder.cc', |
24 'builder.h', | 24 'builder.h', |
25 'builder_record.cc', | 25 'builder_record.cc', |
26 'builder_record.h', | 26 'builder_record.h', |
27 'c_include_iterator.cc', | 27 'c_include_iterator.cc', |
28 'c_include_iterator.h', | 28 'c_include_iterator.h', |
29 'command_args.cc', | 29 'command_args.cc', |
30 'command_check.cc', | 30 'command_check.cc', |
| 31 'command_clean.cc', |
31 'command_desc.cc', | 32 'command_desc.cc', |
32 'command_gen.cc', | 33 'command_gen.cc', |
33 'command_format.cc', | 34 'command_format.cc', |
34 'command_help.cc', | 35 'command_help.cc', |
35 'command_ls.cc', | 36 'command_ls.cc', |
36 'command_refs.cc', | 37 'command_refs.cc', |
37 'commands.cc', | 38 'commands.cc', |
38 'commands.h', | 39 'commands.h', |
39 'config.cc', | 40 'config.cc', |
40 'config.h', | 41 'config.h', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'type': 'executable', | 260 'type': 'executable', |
260 'sources': [ | 261 'sources': [ |
261 'generate_test_gn_data.cc', | 262 'generate_test_gn_data.cc', |
262 ], | 263 ], |
263 'dependencies': [ | 264 'dependencies': [ |
264 '../../base/base.gyp:base', | 265 '../../base/base.gyp:base', |
265 ], | 266 ], |
266 } | 267 } |
267 ], | 268 ], |
268 } | 269 } |
OLD | NEW |