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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
640 }, | 640 }, |
641 ], | 641 ], |
642 'dependencies': [ | 642 'dependencies': [ |
643 '../chrome/chrome.gyp:crash_service', | 643 '../chrome/chrome.gyp:crash_service', |
644 '../chrome/chrome.gyp:crash_service_win64', | 644 '../chrome/chrome.gyp:crash_service_win64', |
645 ], | 645 ], |
646 }], | 646 }], |
647 ['use_ash==1', { | 647 ['use_ash==1', { |
648 'dependencies': [ | 648 'dependencies': [ |
649 '../ash/ash.gyp:ash_shell', | 649 '../ash/ash.gyp:ash_shell', |
650 '../ash/ash.gyp:aura_shell_unittests', | 650 '../ash/ash.gyp:ash_unittests', |
Greg Spencer (Chromium)
2012/07/12 19:58:54
So, do the build bots explicitly build aura_shell_
James Cook
2012/07/12 20:53:11
Oh, good catch. I'm not sure what they build, but
| |
651 ], | 651 ], |
652 }], | 652 }], |
653 ['OS=="linux"', { | 653 ['OS=="linux"', { |
654 # Tests that currently only work on Linux. | 654 # Tests that currently only work on Linux. |
655 'dependencies': [ | 655 'dependencies': [ |
656 '../base/base.gyp:base_unittests', | 656 '../base/base.gyp:base_unittests', |
657 '../content/content.gyp:content_unittests', | 657 '../content/content.gyp:content_unittests', |
658 '../ipc/ipc.gyp:ipc_tests', | 658 '../ipc/ipc.gyp:ipc_tests', |
659 '../sql/sql.gyp:sql_unittests', | 659 '../sql/sql.gyp:sql_unittests', |
660 '../sync/sync.gyp:sync_unit_tests', | 660 '../sync/sync.gyp:sync_unit_tests', |
(...skipping 11 matching lines...) Expand all Loading... | |
672 'dependencies': [ | 672 'dependencies': [ |
673 '../chromeos/chromeos.gyp:chromeos_unittests', | 673 '../chromeos/chromeos.gyp:chromeos_unittests', |
674 ], | 674 ], |
675 }], | 675 }], |
676 ], | 676 ], |
677 }, | 677 }, |
678 ], # targets | 678 ], # targets |
679 }], # "use_aura==1" | 679 }], # "use_aura==1" |
680 ], # conditions | 680 ], # conditions |
681 } | 681 } |
OLD | NEW |