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