| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'input_file.h', | 89 'input_file.h', |
| 90 'input_file_manager.cc', | 90 'input_file_manager.cc', |
| 91 'input_file_manager.h', | 91 'input_file_manager.h', |
| 92 'item.cc', | 92 'item.cc', |
| 93 'item.h', | 93 'item.h', |
| 94 'label.cc', | 94 'label.cc', |
| 95 'label.h', | 95 'label.h', |
| 96 'label_pattern.cc', | 96 'label_pattern.cc', |
| 97 'label_pattern.h', | 97 'label_pattern.h', |
| 98 'label_ptr.h', | 98 'label_ptr.h', |
| 99 'lib_file.cc', |
| 100 'lib_file.h', |
| 99 'loader.cc', | 101 'loader.cc', |
| 100 'loader.h', | 102 'loader.h', |
| 101 'location.cc', | 103 'location.cc', |
| 102 'location.h', | 104 'location.h', |
| 103 'ninja_action_target_writer.cc', | 105 'ninja_action_target_writer.cc', |
| 104 'ninja_action_target_writer.h', | 106 'ninja_action_target_writer.h', |
| 105 'ninja_binary_target_writer.cc', | 107 'ninja_binary_target_writer.cc', |
| 106 'ninja_binary_target_writer.h', | 108 'ninja_binary_target_writer.h', |
| 107 'ninja_build_writer.cc', | 109 'ninja_build_writer.cc', |
| 108 'ninja_build_writer.h', | 110 'ninja_build_writer.h', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'dependencies': [ | 287 'dependencies': [ |
| 286 'gn_unittests', | 288 'gn_unittests', |
| 287 ], | 289 ], |
| 288 'includes': [ '../../build/isolate.gypi' ], | 290 'includes': [ '../../build/isolate.gypi' ], |
| 289 'sources': [ 'gn_unittests.isolate' ], | 291 'sources': [ 'gn_unittests.isolate' ], |
| 290 }, | 292 }, |
| 291 ], | 293 ], |
| 292 }], | 294 }], |
| 293 ], | 295 ], |
| 294 } | 296 } |
| OLD | NEW |