OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 }, | 635 }, |
636 ], | 636 ], |
637 'dependencies': [ | 637 'dependencies': [ |
638 '../chrome/chrome.gyp:crash_service', | 638 '../chrome/chrome.gyp:crash_service', |
639 '../chrome/chrome.gyp:crash_service_win64', | 639 '../chrome/chrome.gyp:crash_service_win64', |
640 ], | 640 ], |
641 }], | 641 }], |
642 ['OS=="linux"', { | 642 ['OS=="linux"', { |
643 # Tests that currently only work on Linux. | 643 # Tests that currently only work on Linux. |
644 'dependencies': [ | 644 'dependencies': [ |
| 645 '../base/base.gyp:base_unittests', |
645 '../chrome/chrome.gyp:sync_unit_tests', | 646 '../chrome/chrome.gyp:sync_unit_tests', |
646 '../content/content.gyp:content_unittests', | 647 '../content/content.gyp:content_unittests', |
647 '../ipc/ipc.gyp:ipc_tests', | 648 '../ipc/ipc.gyp:ipc_tests', |
648 '../sql/sql.gyp:sql_unittests', | 649 '../sql/sql.gyp:sql_unittests', |
649 '../ui/ui.gyp:gfx_unittests', | 650 '../ui/ui.gyp:gfx_unittests', |
650 ], | 651 ], |
651 }], | 652 }], |
652 ], | 653 ], |
653 }, | 654 }, |
654 ], # targets | 655 ], # targets |
655 }], # "use_aura==1" | 656 }], # "use_aura==1" |
656 ], # conditions | 657 ], # conditions |
657 } | 658 } |
OLD | NEW |