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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 }, | 633 }, |
634 ], | 634 ], |
635 'dependencies': [ | 635 'dependencies': [ |
636 '../chrome/chrome.gyp:crash_service', | 636 '../chrome/chrome.gyp:crash_service', |
637 '../chrome/chrome.gyp:crash_service_win64', | 637 '../chrome/chrome.gyp:crash_service_win64', |
638 ], | 638 ], |
639 }], | 639 }], |
640 ['use_ash==1', { | 640 ['use_ash==1', { |
641 'dependencies': [ | 641 'dependencies': [ |
642 '../ash/ash.gyp:ash_shell', | 642 '../ash/ash.gyp:ash_shell', |
643 # With aura_shell_unittests as a target ash_unittests (the new | 643 '../ash/ash.gyp:ash_unittests', |
644 # name) will be built as well. We need both until all build | |
645 # bots are running ash_unittests as the test target. | |
646 # TODO(jamescook): Switch to ash_unittests after all bots on | |
647 # waterfall are using the new name. crbug.com/110107 | |
648 '../ash/ash.gyp:aura_shell_unittests', | |
649 ], | 644 ], |
650 }], | 645 }], |
651 ['OS=="linux"', { | 646 ['OS=="linux"', { |
652 # Tests that currently only work on Linux. | 647 # Tests that currently only work on Linux. |
653 'dependencies': [ | 648 'dependencies': [ |
654 '../base/base.gyp:base_unittests', | 649 '../base/base.gyp:base_unittests', |
655 '../content/content.gyp:content_unittests', | 650 '../content/content.gyp:content_unittests', |
656 '../ipc/ipc.gyp:ipc_tests', | 651 '../ipc/ipc.gyp:ipc_tests', |
657 '../sql/sql.gyp:sql_unittests', | 652 '../sql/sql.gyp:sql_unittests', |
658 '../sync/sync.gyp:sync_unit_tests', | 653 '../sync/sync.gyp:sync_unit_tests', |
(...skipping 25 matching lines...) Expand all Loading... |
684 '../base/base.gyp:base_unittests_run', | 679 '../base/base.gyp:base_unittests_run', |
685 '../chrome/chrome.gyp:browser_tests_run', | 680 '../chrome/chrome.gyp:browser_tests_run', |
686 '../chrome/chrome.gyp:unit_tests_run', | 681 '../chrome/chrome.gyp:unit_tests_run', |
687 '../net/net.gyp:net_unittests_run', | 682 '../net/net.gyp:net_unittests_run', |
688 ], | 683 ], |
689 }, # target_name: chromium_swarm_tests | 684 }, # target_name: chromium_swarm_tests |
690 ], | 685 ], |
691 }], | 686 }], |
692 ], # conditions | 687 ], # conditions |
693 } | 688 } |
OLD | NEW |