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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 # Tests that currently only work on Linux. | 598 # Tests that currently only work on Linux. |
599 'dependencies': [ | 599 'dependencies': [ |
600 '../base/base.gyp:base_unittests', | 600 '../base/base.gyp:base_unittests', |
601 '../chrome/chrome.gyp:sync_unit_tests', | 601 '../chrome/chrome.gyp:sync_unit_tests', |
602 '../content/content.gyp:content_unittests', | 602 '../content/content.gyp:content_unittests', |
603 '../ipc/ipc.gyp:ipc_tests', | 603 '../ipc/ipc.gyp:ipc_tests', |
604 '../sql/sql.gyp:sql_unittests', | 604 '../sql/sql.gyp:sql_unittests', |
605 '../ui/ui.gyp:gfx_unittests', | 605 '../ui/ui.gyp:gfx_unittests', |
606 ], | 606 ], |
607 }], | 607 }], |
| 608 ['OS=="mac"', { |
| 609 # Exclude dependencies that are not currently implemented. |
| 610 'dependencies!': [ |
| 611 '../ash/ash.gyp:aura_shell_unittests', |
| 612 '../chrome/chrome.gyp:chrome', |
| 613 '../chrome/chrome.gyp:unit_tests', |
| 614 '../chrome/chrome.gyp:ui_tests', |
| 615 '../ui/views/views.gyp:views_unittests', |
| 616 ], |
| 617 }], |
608 ], | 618 ], |
609 }, | 619 }, |
610 ], # targets | 620 ], # targets |
611 }], # "use_aura==1" | 621 }], # "use_aura==1" |
612 ], # conditions | 622 ], # conditions |
613 } | 623 } |
OLD | NEW |