| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 ], | 215 ], |
| 216 }, # target_name: All_syzygy | 216 }, # target_name: All_syzygy |
| 217 { | 217 { |
| 218 'target_name': 'dartium_builder', | 218 'target_name': 'dartium_builder', |
| 219 'type': 'none', | 219 'type': 'none', |
| 220 'dependencies': [ | 220 'dependencies': [ |
| 221 '../dart/pkg/pkg.gyp:pkg_packages', | 221 '../dart/pkg/pkg.gyp:pkg_packages', |
| 222 # '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 222 # '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 223 '../chrome/chrome.gyp:chrome', | 223 '../chrome/chrome.gyp:chrome', |
| 224 '../chrome/chrome.gyp:chromedriver', | 224 '../chrome/chrome.gyp:chromedriver', |
| 225 '../content/content.gyp:content_shell', | 225 '../content/content_shell_and_tests.gyp:content_shell', |
| 226 ], | 226 ], |
| 227 }, | 227 }, |
| 228 { | 228 { |
| 229 'target_name': 'chromium_builder_tests', | 229 'target_name': 'chromium_builder_tests', |
| 230 'type': 'none', | 230 'type': 'none', |
| 231 'dependencies': [ | 231 'dependencies': [ |
| 232 '../base/base.gyp:base_unittests', | 232 '../base/base.gyp:base_unittests', |
| 233 '../chrome/chrome.gyp:unit_tests', | 233 '../chrome/chrome.gyp:unit_tests', |
| 234 '../crypto/crypto.gyp:crypto_unittests', | 234 '../crypto/crypto.gyp:crypto_unittests', |
| 235 '../net/net.gyp:net_unittests', | 235 '../net/net.gyp:net_unittests', |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1030 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1031 '../chrome/chrome.gyp:sync_integration_tests_run', | 1031 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1032 '../chrome/chrome.gyp:unit_tests_run', | 1032 '../chrome/chrome.gyp:unit_tests_run', |
| 1033 '../net/net.gyp:net_unittests_run', | 1033 '../net/net.gyp:net_unittests_run', |
| 1034 ], | 1034 ], |
| 1035 }, # target_name: chromium_swarm_tests | 1035 }, # target_name: chromium_swarm_tests |
| 1036 ], | 1036 ], |
| 1037 }], | 1037 }], |
| 1038 ], # conditions | 1038 ], # conditions |
| 1039 } | 1039 } |
| OLD | NEW |