| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'target_generator.cc', | 141 'target_generator.cc', |
| 142 'target_generator.h', | 142 'target_generator.h', |
| 143 'template.cc', | 143 'template.cc', |
| 144 'template.h', | 144 'template.h', |
| 145 'token.cc', | 145 'token.cc', |
| 146 'token.h', | 146 'token.h', |
| 147 'tokenizer.cc', | 147 'tokenizer.cc', |
| 148 'tokenizer.h', | 148 'tokenizer.h', |
| 149 'toolchain.cc', | 149 'toolchain.cc', |
| 150 'toolchain.h', | 150 'toolchain.h', |
| 151 'unique_vector.h', |
| 151 'trace.cc', | 152 'trace.cc', |
| 152 'trace.h', | 153 'trace.h', |
| 153 'value.cc', | 154 'value.cc', |
| 154 'value.h', | 155 'value.h', |
| 155 'value_extractors.cc', | 156 'value_extractors.cc', |
| 156 'value_extractors.h', | 157 'value_extractors.h', |
| 157 'variables.cc', | 158 'variables.cc', |
| 158 'variables.h', | 159 'variables.h', |
| 159 'visibility.cc', | 160 'visibility.cc', |
| 160 'visibility.h', | 161 'visibility.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'run_all_unittests.cc', | 208 'run_all_unittests.cc', |
| 208 'scope_per_file_provider_unittest.cc', | 209 'scope_per_file_provider_unittest.cc', |
| 209 'scope_unittest.cc', | 210 'scope_unittest.cc', |
| 210 'source_dir_unittest.cc', | 211 'source_dir_unittest.cc', |
| 211 'string_utils_unittest.cc', | 212 'string_utils_unittest.cc', |
| 212 'target_generator_unittest.cc', | 213 'target_generator_unittest.cc', |
| 213 'target_unittest.cc', | 214 'target_unittest.cc', |
| 214 'test_with_scope.cc', | 215 'test_with_scope.cc', |
| 215 'test_with_scope.h', | 216 'test_with_scope.h', |
| 216 'tokenizer_unittest.cc', | 217 'tokenizer_unittest.cc', |
| 218 'unique_vector_unittest.cc', |
| 217 'value_unittest.cc', | 219 'value_unittest.cc', |
| 218 'visibility_unittest.cc', | 220 'visibility_unittest.cc', |
| 219 ], | 221 ], |
| 220 'dependencies': [ | 222 'dependencies': [ |
| 221 'gn_lib', | 223 'gn_lib', |
| 222 '../../base/base.gyp:test_support_base', | 224 '../../base/base.gyp:test_support_base', |
| 223 '../../testing/gtest.gyp:gtest', | 225 '../../testing/gtest.gyp:gtest', |
| 224 ], | 226 ], |
| 225 }, | 227 }, |
| 226 { | 228 { |
| 227 'target_name': 'generate_test_gn_data', | 229 'target_name': 'generate_test_gn_data', |
| 228 'type': 'executable', | 230 'type': 'executable', |
| 229 'sources': [ | 231 'sources': [ |
| 230 'generate_test_gn_data.cc', | 232 'generate_test_gn_data.cc', |
| 231 ], | 233 ], |
| 232 'dependencies': [ | 234 'dependencies': [ |
| 233 '../../base/base.gyp:base', | 235 '../../base/base.gyp:base', |
| 234 ], | 236 ], |
| 235 } | 237 } |
| 236 ], | 238 ], |
| 237 } | 239 } |
| OLD | NEW |