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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 752 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
753 '../remoting/remoting.gyp:remoting_unittests', | 753 '../remoting/remoting.gyp:remoting_unittests', |
754 '../ui/app_list/app_list.gyp:*', | 754 '../ui/app_list/app_list.gyp:*', |
755 '../ui/aura/aura.gyp:*', | 755 '../ui/aura/aura.gyp:*', |
756 '../ui/compositor/compositor.gyp:*', | 756 '../ui/compositor/compositor.gyp:*', |
757 '../ui/message_center/message_center.gyp:*', | 757 '../ui/message_center/message_center.gyp:*', |
758 '../ui/ui.gyp:ui_unittests', | 758 '../ui/ui.gyp:ui_unittests', |
759 '../ui/views/views.gyp:views', | 759 '../ui/views/views.gyp:views', |
760 '../ui/views/views.gyp:views_examples_with_content_exe', | 760 '../ui/views/views.gyp:views_examples_with_content_exe', |
761 '../ui/views/views.gyp:views_unittests', | 761 '../ui/views/views.gyp:views_unittests', |
| 762 '../ui/virtual_keyboard/virtual_keyboard.gyp:*', |
762 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 763 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
763 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 764 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
764 ], | 765 ], |
765 'conditions': [ | 766 'conditions': [ |
766 ['OS=="win"', { | 767 ['OS=="win"', { |
767 'dependencies': [ | 768 'dependencies': [ |
768 '../chrome/chrome.gyp:crash_service', | 769 '../chrome/chrome.gyp:crash_service', |
769 ], | 770 ], |
770 }], | 771 }], |
771 ['OS=="win" and target_arch=="ia32"', { | 772 ['OS=="win" and target_arch=="ia32"', { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 '../chrome/chrome.gyp:browser_tests_run', | 817 '../chrome/chrome.gyp:browser_tests_run', |
817 '../chrome/chrome.gyp:sync_integration_tests_run', | 818 '../chrome/chrome.gyp:sync_integration_tests_run', |
818 '../chrome/chrome.gyp:unit_tests_run', | 819 '../chrome/chrome.gyp:unit_tests_run', |
819 '../net/net.gyp:net_unittests_run', | 820 '../net/net.gyp:net_unittests_run', |
820 ], | 821 ], |
821 }, # target_name: chromium_swarm_tests | 822 }, # target_name: chromium_swarm_tests |
822 ], | 823 ], |
823 }], | 824 }], |
824 ], # conditions | 825 ], # conditions |
825 } | 826 } |
OLD | NEW |