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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 '../ipc/ipc.gyp:ipc_tests', | 407 '../ipc/ipc.gyp:ipc_tests', |
408 '../jingle/jingle.gyp:jingle_unittests', | 408 '../jingle/jingle.gyp:jingle_unittests', |
409 '../media/media.gyp:media_unittests', | 409 '../media/media.gyp:media_unittests', |
410 '../printing/printing.gyp:printing_unittests', | 410 '../printing/printing.gyp:printing_unittests', |
411 '../remoting/remoting.gyp:remoting_unittests', | 411 '../remoting/remoting.gyp:remoting_unittests', |
412 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 412 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
413 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 413 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
414 ], | 414 ], |
415 }, | 415 }, |
416 { | 416 { |
| 417 'target_name': 'chromium_builder_asan_mac', |
| 418 'type': 'none', |
| 419 'dependencies': [ |
| 420 '../chrome/chrome.gyp:chrome', |
| 421 '../net/net.gyp:dns_fuzz_stub', |
| 422 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| 423 ], |
| 424 }, |
| 425 { |
417 'target_name': 'chromium_builder_dbg_valgrind_mac', | 426 'target_name': 'chromium_builder_dbg_valgrind_mac', |
418 'type': 'none', | 427 'type': 'none', |
419 'dependencies': [ | 428 'dependencies': [ |
420 '../base/base.gyp:base_unittests', | 429 '../base/base.gyp:base_unittests', |
421 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 430 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
422 '../crypto/crypto.gyp:crypto_unittests', | 431 '../crypto/crypto.gyp:crypto_unittests', |
423 '../ipc/ipc.gyp:ipc_tests', | 432 '../ipc/ipc.gyp:ipc_tests', |
424 '../media/media.gyp:media_unittests', | 433 '../media/media.gyp:media_unittests', |
425 '../net/net.gyp:net_unittests', | 434 '../net/net.gyp:net_unittests', |
426 '../printing/printing.gyp:printing_unittests', | 435 '../printing/printing.gyp:printing_unittests', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 '../base/base.gyp:base_unittests_run', | 683 '../base/base.gyp:base_unittests_run', |
675 '../chrome/chrome.gyp:browser_tests_run', | 684 '../chrome/chrome.gyp:browser_tests_run', |
676 '../chrome/chrome.gyp:unit_tests_run', | 685 '../chrome/chrome.gyp:unit_tests_run', |
677 '../net/net.gyp:net_unittests_run', | 686 '../net/net.gyp:net_unittests_run', |
678 ], | 687 ], |
679 }, # target_name: chromium_swarm_tests | 688 }, # target_name: chromium_swarm_tests |
680 ], | 689 ], |
681 }], | 690 }], |
682 ], # conditions | 691 ], # conditions |
683 } | 692 } |
OLD | NEW |