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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '../url/url.gyp:url_unittests', | 226 '../url/url.gyp:url_unittests', |
227 ], | 227 ], |
228 'conditions': [ | 228 'conditions': [ |
229 ['OS!="ios"', { | 229 ['OS!="ios"', { |
230 'dependencies': [ | 230 'dependencies': [ |
231 '../cc/cc_tests.gyp:cc_unittests', | 231 '../cc/cc_tests.gyp:cc_unittests', |
232 '../chrome/chrome.gyp:browser_tests', | 232 '../chrome/chrome.gyp:browser_tests', |
233 '../chrome/chrome.gyp:chromedriver_tests', | 233 '../chrome/chrome.gyp:chromedriver_tests', |
234 '../chrome/chrome.gyp:chromedriver_unittests', | 234 '../chrome/chrome.gyp:chromedriver_unittests', |
235 # TODO(kkania): Remove these after infra no longer depends on them. | 235 # TODO(kkania): Remove these after infra no longer depends on them. |
236 '../chrome/chrome.gyp:chromedriver2_tests', | |
237 '../chrome/chrome.gyp:chromedriver2_unittests', | 236 '../chrome/chrome.gyp:chromedriver2_unittests', |
238 '../chrome/chrome.gyp:interactive_ui_tests', | 237 '../chrome/chrome.gyp:interactive_ui_tests', |
239 '../chrome/chrome.gyp:sync_integration_tests', | 238 '../chrome/chrome.gyp:sync_integration_tests', |
240 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 239 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
241 '../components/components_tests.gyp:components_unittests', | 240 '../components/components_tests.gyp:components_unittests', |
242 '../content/content_shell_and_tests.gyp:content_browsertests', | 241 '../content/content_shell_and_tests.gyp:content_browsertests', |
243 '../content/content_shell_and_tests.gyp:content_shell', | 242 '../content/content_shell_and_tests.gyp:content_shell', |
244 '../content/content_shell_and_tests.gyp:content_unittests', | 243 '../content/content_shell_and_tests.gyp:content_unittests', |
245 '../device/device_tests.gyp:device_unittests', | 244 '../device/device_tests.gyp:device_unittests', |
246 '../google_apis/google_apis.gyp:google_apis_unittests', | 245 '../google_apis/google_apis.gyp:google_apis_unittests', |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1018 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1017 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1019 '../chrome/chrome.gyp:sync_integration_tests_run', | 1018 '../chrome/chrome.gyp:sync_integration_tests_run', |
1020 '../chrome/chrome.gyp:unit_tests_run', | 1019 '../chrome/chrome.gyp:unit_tests_run', |
1021 '../net/net.gyp:net_unittests_run', | 1020 '../net/net.gyp:net_unittests_run', |
1022 ], | 1021 ], |
1023 }, # target_name: chromium_swarm_tests | 1022 }, # target_name: chromium_swarm_tests |
1024 ], | 1023 ], |
1025 }], | 1024 }], |
1026 ], # conditions | 1025 ], # conditions |
1027 } | 1026 } |
OLD | NEW |