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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'function_process_file_template.cc', | 49 'function_process_file_template.cc', |
50 'function_read_file.cc', | 50 'function_read_file.cc', |
51 'function_rebase_path.cc', | 51 'function_rebase_path.cc', |
52 'function_set_default_toolchain.cc', | 52 'function_set_default_toolchain.cc', |
53 'function_set_defaults.cc', | 53 'function_set_defaults.cc', |
54 'function_template.cc', | 54 'function_template.cc', |
55 'function_toolchain.cc', | 55 'function_toolchain.cc', |
56 'function_write_file.cc', | 56 'function_write_file.cc', |
57 'group_target_generator.cc', | 57 'group_target_generator.cc', |
58 'group_target_generator.h', | 58 'group_target_generator.h', |
| 59 'gyp_binary_target_writer.cc', |
| 60 'gyp_binary_target_writer.h', |
| 61 'gyp_helper.cc', |
| 62 'gyp_helper.h', |
| 63 'gyp_target_writer.cc', |
| 64 'gyp_target_writer.h', |
59 'import_manager.cc', | 65 'import_manager.cc', |
60 'import_manager.h', | 66 'import_manager.h', |
61 'input_conversion.cc', | 67 'input_conversion.cc', |
62 'input_conversion.h', | 68 'input_conversion.h', |
63 'input_file.cc', | 69 'input_file.cc', |
64 'input_file.h', | 70 'input_file.h', |
65 'input_file_manager.cc', | 71 'input_file_manager.cc', |
66 'input_file_manager.h', | 72 'input_file_manager.h', |
67 'item.cc', | 73 'item.cc', |
68 'item.h', | 74 'item.h', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'type': 'executable', | 206 'type': 'executable', |
201 'sources': [ | 207 'sources': [ |
202 'generate_test_gn_data.cc', | 208 'generate_test_gn_data.cc', |
203 ], | 209 ], |
204 'dependencies': [ | 210 'dependencies': [ |
205 '../../base/base.gyp:base', | 211 '../../base/base.gyp:base', |
206 ], | 212 ], |
207 } | 213 } |
208 ], | 214 ], |
209 } | 215 } |
OLD | NEW |