| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 ], | 202 ], |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 'target_name': 'gn_unittests', | 205 'target_name': 'gn_unittests', |
| 206 'type': '<(gtest_target_type)', | 206 'type': '<(gtest_target_type)', |
| 207 'sources': [ | 207 'sources': [ |
| 208 'action_target_generator_unittest.cc', | 208 'action_target_generator_unittest.cc', |
| 209 'builder_unittest.cc', | 209 'builder_unittest.cc', |
| 210 'c_include_iterator_unittest.cc', | 210 'c_include_iterator_unittest.cc', |
| 211 'command_format_unittest.cc', | 211 'command_format_unittest.cc', |
| 212 'config_unittest.cc', |
| 212 'config_values_extractors_unittest.cc', | 213 'config_values_extractors_unittest.cc', |
| 213 'escape_unittest.cc', | 214 'escape_unittest.cc', |
| 214 'exec_process_unittest.cc', | 215 'exec_process_unittest.cc', |
| 215 'filesystem_utils_unittest.cc', | 216 'filesystem_utils_unittest.cc', |
| 216 'function_foreach_unittest.cc', | 217 'function_foreach_unittest.cc', |
| 217 'function_forward_variables_from_unittest.cc', | 218 'function_forward_variables_from_unittest.cc', |
| 218 'function_get_label_info_unittest.cc', | 219 'function_get_label_info_unittest.cc', |
| 219 'function_get_path_info_unittest.cc', | 220 'function_get_path_info_unittest.cc', |
| 220 'function_get_target_outputs_unittest.cc', | 221 'function_get_target_outputs_unittest.cc', |
| 221 'function_process_file_template_unittest.cc', | 222 'function_process_file_template_unittest.cc', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'dependencies': [ | 286 'dependencies': [ |
| 286 'gn_unittests', | 287 'gn_unittests', |
| 287 ], | 288 ], |
| 288 'includes': [ '../../build/isolate.gypi' ], | 289 'includes': [ '../../build/isolate.gypi' ], |
| 289 'sources': [ 'gn_unittests.isolate' ], | 290 'sources': [ 'gn_unittests.isolate' ], |
| 290 }, | 291 }, |
| 291 ], | 292 ], |
| 292 }], | 293 }], |
| 293 ], | 294 ], |
| 294 } | 295 } |
| OLD | NEW |