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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 577 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
578 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 578 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
579 ], | 579 ], |
580 }, | 580 }, |
581 { | 581 { |
582 'target_name': 'chromium_builder_dbg_tsan_win', | 582 'target_name': 'chromium_builder_dbg_tsan_win', |
583 'type': 'none', | 583 'type': 'none', |
584 'dependencies': [ | 584 'dependencies': [ |
585 '../base/base.gyp:base_unittests', | 585 '../base/base.gyp:base_unittests', |
586 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 586 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
587 '../components/components.gyp:components_unittests', | |
588 '../content/content.gyp:content_unittests', | 587 '../content/content.gyp:content_unittests', |
589 '../crypto/crypto.gyp:crypto_unittests', | 588 '../crypto/crypto.gyp:crypto_unittests', |
590 '../ipc/ipc.gyp:ipc_tests', | 589 '../ipc/ipc.gyp:ipc_tests', |
591 '../jingle/jingle.gyp:jingle_unittests', | 590 '../jingle/jingle.gyp:jingle_unittests', |
592 '../media/media.gyp:media_unittests', | 591 '../media/media.gyp:media_unittests', |
593 '../net/net.gyp:net_unittests', | 592 '../net/net.gyp:net_unittests', |
594 '../printing/printing.gyp:printing_unittests', | 593 '../printing/printing.gyp:printing_unittests', |
595 '../remoting/remoting.gyp:remoting_unittests', | 594 '../remoting/remoting.gyp:remoting_unittests', |
596 '../sql/sql.gyp:sql_unittests', | 595 '../sql/sql.gyp:sql_unittests', |
597 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 596 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 '../chrome/chrome.gyp:browser_tests_run', | 766 '../chrome/chrome.gyp:browser_tests_run', |
768 '../chrome/chrome.gyp:sync_integration_tests_run', | 767 '../chrome/chrome.gyp:sync_integration_tests_run', |
769 '../chrome/chrome.gyp:unit_tests_run', | 768 '../chrome/chrome.gyp:unit_tests_run', |
770 '../net/net.gyp:net_unittests_run', | 769 '../net/net.gyp:net_unittests_run', |
771 ], | 770 ], |
772 }, # target_name: chromium_swarm_tests | 771 }, # target_name: chromium_swarm_tests |
773 ], | 772 ], |
774 }], | 773 }], |
775 ], # conditions | 774 ], # conditions |
776 } | 775 } |
OLD | NEW |