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