| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'value_extractors.cc', | 200 'value_extractors.cc', |
| 201 'value_extractors.h', | 201 'value_extractors.h', |
| 202 'variables.cc', | 202 'variables.cc', |
| 203 'variables.h', | 203 'variables.h', |
| 204 'visibility.cc', | 204 'visibility.cc', |
| 205 'visibility.h', | 205 'visibility.h', |
| 206 'visual_studio_utils.cc', | 206 'visual_studio_utils.cc', |
| 207 'visual_studio_utils.h', | 207 'visual_studio_utils.h', |
| 208 'visual_studio_writer.cc', | 208 'visual_studio_writer.cc', |
| 209 'visual_studio_writer.h', | 209 'visual_studio_writer.h', |
| 210 'xcode_object.cc', |
| 211 'xcode_object.h', |
| 212 'xcode_writer.cc', |
| 213 'xcode_writer.h', |
| 210 'xml_element_writer.cc', | 214 'xml_element_writer.cc', |
| 211 'xml_element_writer.h', | 215 'xml_element_writer.h', |
| 212 ], | 216 ], |
| 213 }, | 217 }, |
| 214 { | 218 { |
| 215 'target_name': 'gn', | 219 'target_name': 'gn', |
| 216 'type': 'executable', | 220 'type': 'executable', |
| 217 'sources': [ | 221 'sources': [ |
| 218 'gn_main.cc', | 222 'gn_main.cc', |
| 219 ], | 223 ], |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'dependencies': [ | 305 'dependencies': [ |
| 302 'gn_unittests', | 306 'gn_unittests', |
| 303 ], | 307 ], |
| 304 'includes': [ '../../build/isolate.gypi' ], | 308 'includes': [ '../../build/isolate.gypi' ], |
| 305 'sources': [ 'gn_unittests.isolate' ], | 309 'sources': [ 'gn_unittests.isolate' ], |
| 306 }, | 310 }, |
| 307 ], | 311 ], |
| 308 }], | 312 }], |
| 309 ], | 313 ], |
| 310 } | 314 } |
| OLD | NEW |