| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 '../net/net.gyp:net_unittests', | 210 '../net/net.gyp:net_unittests', |
| 211 '../sql/sql.gyp:sql_unittests', | 211 '../sql/sql.gyp:sql_unittests', |
| 212 '../ui/ui.gyp:ui_unittests', | 212 '../ui/ui.gyp:ui_unittests', |
| 213 '../url/url.gyp:url_unittests', | 213 '../url/url.gyp:url_unittests', |
| 214 ], | 214 ], |
| 215 'conditions': [ | 215 'conditions': [ |
| 216 ['OS!="ios"', { | 216 ['OS!="ios"', { |
| 217 'dependencies': [ | 217 'dependencies': [ |
| 218 '../cc/cc_tests.gyp:cc_unittests', | 218 '../cc/cc_tests.gyp:cc_unittests', |
| 219 '../chrome/chrome.gyp:browser_tests', | 219 '../chrome/chrome.gyp:browser_tests', |
| 220 '../chrome/chrome.gyp:chromedriver_tests', |
| 221 '../chrome/chrome.gyp:chromedriver_unittests', |
| 222 # TODO(kkania): Remove these after infra no longer depends on them. |
| 220 '../chrome/chrome.gyp:chromedriver2_tests', | 223 '../chrome/chrome.gyp:chromedriver2_tests', |
| 221 '../chrome/chrome.gyp:chromedriver2_unittests', | 224 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 222 '../chrome/chrome.gyp:interactive_ui_tests', | 225 '../chrome/chrome.gyp:interactive_ui_tests', |
| 223 '../chrome/chrome.gyp:sync_integration_tests', | 226 '../chrome/chrome.gyp:sync_integration_tests', |
| 224 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 227 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 225 '../components/components.gyp:components_unittests', | 228 '../components/components.gyp:components_unittests', |
| 226 '../content/content.gyp:content_browsertests', | 229 '../content/content.gyp:content_browsertests', |
| 227 '../content/content.gyp:content_shell', | 230 '../content/content.gyp:content_shell', |
| 228 '../content/content.gyp:content_unittests', | 231 '../content/content.gyp:content_unittests', |
| 229 '../device/device_tests.gyp:device_unittests', | 232 '../device/device_tests.gyp:device_unittests', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 'dependencies': [ | 462 'dependencies': [ |
| 460 '../chrome/chrome.gyp:crash_service', | 463 '../chrome/chrome.gyp:crash_service', |
| 461 ], | 464 ], |
| 462 }], | 465 }], |
| 463 ], | 466 ], |
| 464 }, # target_name: chromium_builder_webrtc | 467 }, # target_name: chromium_builder_webrtc |
| 465 { | 468 { |
| 466 'target_name': 'chromium_builder_chromedriver', | 469 'target_name': 'chromium_builder_chromedriver', |
| 467 'type': 'none', | 470 'type': 'none', |
| 468 'dependencies': [ | 471 'dependencies': [ |
| 469 '../chrome/chrome.gyp:chromedriver2_server', | 472 '../chrome/chrome.gyp:chromedriver', |
| 470 '../chrome/chrome.gyp:chromedriver2_tests', | 473 '../chrome/chrome.gyp:chromedriver_tests', |
| 471 '../chrome/chrome.gyp:chromedriver2_unittests', | 474 '../chrome/chrome.gyp:chromedriver_unittests', |
| 472 ], | 475 ], |
| 473 }, # target_name: chromium_builder_chromedriver | 476 }, # target_name: chromium_builder_chromedriver |
| 474 { | 477 { |
| 475 'target_name': 'chromium_builder_asan', | 478 'target_name': 'chromium_builder_asan', |
| 476 'type': 'none', | 479 'type': 'none', |
| 477 'dependencies': [ | 480 'dependencies': [ |
| 478 '../chrome/chrome.gyp:chrome', | 481 '../chrome/chrome.gyp:chrome', |
| 479 | 482 |
| 480 # We refer to content_shell directly rather than all_webkit | 483 # We refer to content_shell directly rather than all_webkit |
| 481 # because we don't want the _unittests binaries. | 484 # because we don't want the _unittests binaries. |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 '../chrome/chrome.gyp:interactive_ui_tests_run', | 915 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 913 '../chrome/chrome.gyp:sync_integration_tests_run', | 916 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 914 '../chrome/chrome.gyp:unit_tests_run', | 917 '../chrome/chrome.gyp:unit_tests_run', |
| 915 '../net/net.gyp:net_unittests_run', | 918 '../net/net.gyp:net_unittests_run', |
| 916 ], | 919 ], |
| 917 }, # target_name: chromium_swarm_tests | 920 }, # target_name: chromium_swarm_tests |
| 918 ], | 921 ], |
| 919 }], | 922 }], |
| 920 ], # conditions | 923 ], # conditions |
| 921 } | 924 } |
| OLD | NEW |