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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 529 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
530 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 530 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
531 'temp_gyp/googleurl.gyp:googleurl_unittests', | 531 'temp_gyp/googleurl.gyp:googleurl_unittests', |
532 ], | 532 ], |
533 }, | 533 }, |
534 { | 534 { |
535 'target_name': 'chromium_builder_dbg_drmemory_win', | 535 'target_name': 'chromium_builder_dbg_drmemory_win', |
536 'type': 'none', | 536 'type': 'none', |
537 'dependencies': [ | 537 'dependencies': [ |
538 '../base/base.gyp:base_unittests', | 538 '../base/base.gyp:base_unittests', |
| 539 '../chrome/chrome.gyp:unit_tests', |
539 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 540 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
540 '../content/content.gyp:content_unittests', | 541 '../content/content.gyp:content_unittests', |
541 '../crypto/crypto.gyp:crypto_unittests', | 542 '../crypto/crypto.gyp:crypto_unittests', |
542 '../ipc/ipc.gyp:ipc_tests', | 543 '../ipc/ipc.gyp:ipc_tests', |
543 '../jingle/jingle.gyp:jingle_unittests', | 544 '../jingle/jingle.gyp:jingle_unittests', |
544 '../media/media.gyp:media_unittests', | 545 '../media/media.gyp:media_unittests', |
545 '../net/net.gyp:net_unittests', | 546 '../net/net.gyp:net_unittests', |
546 '../printing/printing.gyp:printing_unittests', | 547 '../printing/printing.gyp:printing_unittests', |
547 '../remoting/remoting.gyp:remoting_unittests', | 548 '../remoting/remoting.gyp:remoting_unittests', |
548 '../sql/sql.gyp:sql_unittests', | 549 '../sql/sql.gyp:sql_unittests', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 '../base/base.gyp:base_unittests_run', | 688 '../base/base.gyp:base_unittests_run', |
688 '../chrome/chrome.gyp:browser_tests_run', | 689 '../chrome/chrome.gyp:browser_tests_run', |
689 '../chrome/chrome.gyp:unit_tests_run', | 690 '../chrome/chrome.gyp:unit_tests_run', |
690 '../net/net.gyp:net_unittests_run', | 691 '../net/net.gyp:net_unittests_run', |
691 ], | 692 ], |
692 }, # target_name: chromium_swarm_tests | 693 }, # target_name: chromium_swarm_tests |
693 ], | 694 ], |
694 }], | 695 }], |
695 ], # conditions | 696 ], # conditions |
696 } | 697 } |
OLD | NEW |