| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 '../chrome/installer/mini_installer_syzygy.gyp:*', | 213 '../chrome/installer/mini_installer_syzygy.gyp:*', |
| 214 ], | 214 ], |
| 215 }], | 215 }], |
| 216 ], | 216 ], |
| 217 }, # target_name: All_syzygy | 217 }, # target_name: All_syzygy |
| 218 { | 218 { |
| 219 'target_name': 'chromium_builder_tests', | 219 'target_name': 'chromium_builder_tests', |
| 220 'type': 'none', | 220 'type': 'none', |
| 221 'dependencies': [ | 221 'dependencies': [ |
| 222 '../base/base.gyp:base_unittests', | 222 '../base/base.gyp:base_unittests', |
| 223 '../chrome/chrome.gyp:unit_tests', | |
| 224 '../crypto/crypto.gyp:crypto_unittests', | 223 '../crypto/crypto.gyp:crypto_unittests', |
| 225 '../net/net.gyp:net_unittests', | 224 '../net/net.gyp:net_unittests', |
| 226 '../sql/sql.gyp:sql_unittests', | 225 '../sql/sql.gyp:sql_unittests', |
| 227 '../ui/ui_unittests.gyp:ui_unittests', | 226 '../ui/ui_unittests.gyp:ui_unittests', |
| 228 '../url/url.gyp:url_unittests', | 227 '../url/url.gyp:url_unittests', |
| 229 ], | 228 ], |
| 230 'conditions': [ | 229 'conditions': [ |
| 231 ['OS!="ios"', { | 230 ['OS!="ios"', { |
| 232 'dependencies': [ | 231 'dependencies': [ |
| 233 '../cc/cc_tests.gyp:cc_unittests', | 232 '../cc/cc_tests.gyp:cc_unittests', |
| 234 '../chrome/chrome.gyp:browser_tests', | 233 '../chrome/chrome.gyp:browser_tests', |
| 235 '../chrome/chrome.gyp:chromedriver_tests', | 234 '../chrome/chrome.gyp:chromedriver_tests', |
| 236 '../chrome/chrome.gyp:chromedriver_unittests', | 235 '../chrome/chrome.gyp:chromedriver_unittests', |
| 237 # TODO(kkania): Remove these after infra no longer depends on them. | 236 # TODO(kkania): Remove these after infra no longer depends on them. |
| 238 '../chrome/chrome.gyp:chromedriver2_unittests', | 237 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 239 '../chrome/chrome.gyp:interactive_ui_tests', | 238 '../chrome/chrome.gyp:interactive_ui_tests', |
| 240 '../chrome/chrome.gyp:sync_integration_tests', | 239 '../chrome/chrome.gyp:sync_integration_tests', |
| 240 '../chrome/chrome.gyp:unit_tests', |
| 241 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 241 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 242 '../components/components_tests.gyp:components_unittests', | 242 '../components/components_tests.gyp:components_unittests', |
| 243 '../content/content_shell_and_tests.gyp:content_browsertests', | 243 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 244 '../content/content_shell_and_tests.gyp:content_shell', | 244 '../content/content_shell_and_tests.gyp:content_shell', |
| 245 '../content/content_shell_and_tests.gyp:content_unittests', | 245 '../content/content_shell_and_tests.gyp:content_unittests', |
| 246 '../device/device_tests.gyp:device_unittests', | 246 '../device/device_tests.gyp:device_unittests', |
| 247 '../gin/gin.gyp:gin_unittests', | 247 '../gin/gin.gyp:gin_unittests', |
| 248 '../google_apis/google_apis.gyp:google_apis_unittests', | 248 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 249 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 249 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
| 250 '../gpu/gpu.gyp:gpu_unittests', | 250 '../gpu/gpu.gyp:gpu_unittests', |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1045 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1046 '../chrome/chrome.gyp:sync_integration_tests_run', | 1046 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1047 '../chrome/chrome.gyp:unit_tests_run', | 1047 '../chrome/chrome.gyp:unit_tests_run', |
| 1048 '../net/net.gyp:net_unittests_run', | 1048 '../net/net.gyp:net_unittests_run', |
| 1049 ], | 1049 ], |
| 1050 }, # target_name: chromium_swarm_tests | 1050 }, # target_name: chromium_swarm_tests |
| 1051 ], | 1051 ], |
| 1052 }], | 1052 }], |
| 1053 ], # conditions | 1053 ], # conditions |
| 1054 } | 1054 } |
| OLD | NEW |