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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'output_file.cc', | 121 'output_file.cc', |
122 'output_file.h', | 122 'output_file.h', |
123 'parse_tree.cc', | 123 'parse_tree.cc', |
124 'parse_tree.h', | 124 'parse_tree.h', |
125 'parser.cc', | 125 'parser.cc', |
126 'parser.h', | 126 'parser.h', |
127 'path_output.cc', | 127 'path_output.cc', |
128 'path_output.h', | 128 'path_output.h', |
129 'pattern.cc', | 129 'pattern.cc', |
130 'pattern.h', | 130 'pattern.h', |
| 131 'runtime_deps.cc', |
| 132 'runtime_deps.h', |
131 'scheduler.cc', | 133 'scheduler.cc', |
132 'scheduler.h', | 134 'scheduler.h', |
133 'scope.cc', | 135 'scope.cc', |
134 'scope.h', | 136 'scope.h', |
135 'scope_per_file_provider.cc', | 137 'scope_per_file_provider.cc', |
136 'scope_per_file_provider.h', | 138 'scope_per_file_provider.h', |
137 'settings.cc', | 139 'settings.cc', |
138 'settings.h', | 140 'settings.h', |
139 'setup.cc', | 141 'setup.cc', |
140 'setup.h', | 142 'setup.h', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'ninja_binary_target_writer_unittest.cc', | 230 'ninja_binary_target_writer_unittest.cc', |
229 'ninja_copy_target_writer_unittest.cc', | 231 'ninja_copy_target_writer_unittest.cc', |
230 'ninja_group_target_writer_unittest.cc', | 232 'ninja_group_target_writer_unittest.cc', |
231 'ninja_target_writer_unittest.cc', | 233 'ninja_target_writer_unittest.cc', |
232 'ninja_toolchain_writer_unittest.cc', | 234 'ninja_toolchain_writer_unittest.cc', |
233 'operators_unittest.cc', | 235 'operators_unittest.cc', |
234 'parse_tree_unittest.cc', | 236 'parse_tree_unittest.cc', |
235 'parser_unittest.cc', | 237 'parser_unittest.cc', |
236 'path_output_unittest.cc', | 238 'path_output_unittest.cc', |
237 'pattern_unittest.cc', | 239 'pattern_unittest.cc', |
| 240 'runtime_deps_unittest.cc', |
238 'scope_per_file_provider_unittest.cc', | 241 'scope_per_file_provider_unittest.cc', |
239 'scope_unittest.cc', | 242 'scope_unittest.cc', |
240 'source_dir_unittest.cc', | 243 'source_dir_unittest.cc', |
241 'string_utils_unittest.cc', | 244 'string_utils_unittest.cc', |
242 'substitution_pattern_unittest.cc', | 245 'substitution_pattern_unittest.cc', |
243 'substitution_writer_unittest.cc', | 246 'substitution_writer_unittest.cc', |
244 'target_generator_unittest.cc', | 247 'target_generator_unittest.cc', |
245 'target_unittest.cc', | 248 'target_unittest.cc', |
246 'template_unittest.cc', | 249 'template_unittest.cc', |
247 'test_with_scope.cc', | 250 'test_with_scope.cc', |
(...skipping 15 matching lines...) Expand all Loading... |
263 'type': 'executable', | 266 'type': 'executable', |
264 'sources': [ | 267 'sources': [ |
265 'generate_test_gn_data.cc', | 268 'generate_test_gn_data.cc', |
266 ], | 269 ], |
267 'dependencies': [ | 270 'dependencies': [ |
268 '../../base/base.gyp:base', | 271 '../../base/base.gyp:base', |
269 ], | 272 ], |
270 } | 273 } |
271 ], | 274 ], |
272 } | 275 } |
OLD | NEW |