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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 528 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
529 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 529 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
530 'temp_gyp/googleurl.gyp:googleurl_unittests', | 530 'temp_gyp/googleurl.gyp:googleurl_unittests', |
531 ], | 531 ], |
532 }, | 532 }, |
533 { | 533 { |
534 'target_name': 'chromium_builder_dbg_drmemory_win', | 534 'target_name': 'chromium_builder_dbg_drmemory_win', |
535 'type': 'none', | 535 'type': 'none', |
536 'dependencies': [ | 536 'dependencies': [ |
537 '../base/base.gyp:base_unittests', | 537 '../base/base.gyp:base_unittests', |
538 '../chrome/chrome.gyp:unit_tests', | |
539 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 538 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
540 '../content/content.gyp:content_unittests', | 539 '../content/content.gyp:content_unittests', |
541 '../crypto/crypto.gyp:crypto_unittests', | 540 '../crypto/crypto.gyp:crypto_unittests', |
542 '../ipc/ipc.gyp:ipc_tests', | 541 '../ipc/ipc.gyp:ipc_tests', |
543 '../jingle/jingle.gyp:jingle_unittests', | 542 '../jingle/jingle.gyp:jingle_unittests', |
544 '../media/media.gyp:media_unittests', | 543 '../media/media.gyp:media_unittests', |
545 '../net/net.gyp:net_unittests', | 544 '../net/net.gyp:net_unittests', |
546 '../printing/printing.gyp:printing_unittests', | 545 '../printing/printing.gyp:printing_unittests', |
547 '../remoting/remoting.gyp:remoting_unittests', | 546 '../remoting/remoting.gyp:remoting_unittests', |
548 '../sql/sql.gyp:sql_unittests', | 547 '../sql/sql.gyp:sql_unittests', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'dependencies': [ | 671 'dependencies': [ |
673 '../chromeos/chromeos.gyp:chromeos_unittests', | 672 '../chromeos/chromeos.gyp:chromeos_unittests', |
674 ], | 673 ], |
675 }], | 674 }], |
676 ], | 675 ], |
677 }, | 676 }, |
678 ], # targets | 677 ], # targets |
679 }], # "use_aura==1" | 678 }], # "use_aura==1" |
680 ], # conditions | 679 ], # conditions |
681 } | 680 } |
OLD | NEW |