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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 '../cc/cc_tests.gyp:cc_unittests', | 647 '../cc/cc_tests.gyp:cc_unittests', |
648 '../chrome/chrome.gyp:browser_tests', | 648 '../chrome/chrome.gyp:browser_tests', |
649 '../chrome/chrome.gyp:chrome', | 649 '../chrome/chrome.gyp:chrome', |
650 '../chrome/chrome.gyp:interactive_ui_tests', | 650 '../chrome/chrome.gyp:interactive_ui_tests', |
651 '../chrome/chrome.gyp:unit_tests', | 651 '../chrome/chrome.gyp:unit_tests', |
652 '../content/content.gyp:content_browsertests', | 652 '../content/content.gyp:content_browsertests', |
653 '../content/content.gyp:content_unittests', | 653 '../content/content.gyp:content_unittests', |
654 '../device/device.gyp:device_unittests', | 654 '../device/device.gyp:device_unittests', |
655 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 655 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
656 '../remoting/remoting.gyp:remoting_unittests', | 656 '../remoting/remoting.gyp:remoting_unittests', |
| 657 '../ui/app_list/app_list.gyp:*', |
657 '../ui/aura/aura.gyp:*', | 658 '../ui/aura/aura.gyp:*', |
658 '../ui/compositor/compositor.gyp:*', | 659 '../ui/compositor/compositor.gyp:*', |
| 660 '../ui/message_center/message_center.gyp:*', |
659 '../ui/ui.gyp:ui_unittests', | 661 '../ui/ui.gyp:ui_unittests', |
660 '../ui/views/views.gyp:views', | 662 '../ui/views/views.gyp:views', |
661 '../ui/views/views.gyp:views_examples_with_content_exe', | 663 '../ui/views/views.gyp:views_examples_with_content_exe', |
662 '../ui/views/views.gyp:views_unittests', | 664 '../ui/views/views.gyp:views_unittests', |
663 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 665 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
664 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 666 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
665 ], | 667 ], |
666 'conditions': [ | 668 'conditions': [ |
667 ['OS=="win"', { | 669 ['OS=="win"', { |
668 # Remove this when we have the real compositor. | 670 # Remove this when we have the real compositor. |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 '../chrome/chrome.gyp:browser_tests_run', | 724 '../chrome/chrome.gyp:browser_tests_run', |
723 '../chrome/chrome.gyp:sync_integration_tests_run', | 725 '../chrome/chrome.gyp:sync_integration_tests_run', |
724 '../chrome/chrome.gyp:unit_tests_run', | 726 '../chrome/chrome.gyp:unit_tests_run', |
725 '../net/net.gyp:net_unittests_run', | 727 '../net/net.gyp:net_unittests_run', |
726 ], | 728 ], |
727 }, # target_name: chromium_swarm_tests | 729 }, # target_name: chromium_swarm_tests |
728 ], | 730 ], |
729 }], | 731 }], |
730 ], # conditions | 732 ], # conditions |
731 } | 733 } |
OLD | NEW |