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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 759 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
760 '../remoting/remoting.gyp:remoting_unittests', | 760 '../remoting/remoting.gyp:remoting_unittests', |
761 '../ui/app_list/app_list.gyp:*', | 761 '../ui/app_list/app_list.gyp:*', |
762 '../ui/aura/aura.gyp:*', | 762 '../ui/aura/aura.gyp:*', |
763 '../ui/compositor/compositor.gyp:*', | 763 '../ui/compositor/compositor.gyp:*', |
764 '../ui/message_center/message_center.gyp:*', | 764 '../ui/message_center/message_center.gyp:*', |
765 '../ui/ui.gyp:ui_unittests', | 765 '../ui/ui.gyp:ui_unittests', |
766 '../ui/views/views.gyp:views', | 766 '../ui/views/views.gyp:views', |
767 '../ui/views/views.gyp:views_examples_with_content_exe', | 767 '../ui/views/views.gyp:views_examples_with_content_exe', |
768 '../ui/views/views.gyp:views_unittests', | 768 '../ui/views/views.gyp:views_unittests', |
| 769 '../ui/keyboard/keyboard.gyp:*', |
769 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 770 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
770 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 771 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
771 ], | 772 ], |
772 'conditions': [ | 773 'conditions': [ |
773 ['OS=="win"', { | 774 ['OS=="win"', { |
774 'dependencies': [ | 775 'dependencies': [ |
775 '../chrome/chrome.gyp:crash_service', | 776 '../chrome/chrome.gyp:crash_service', |
776 ], | 777 ], |
777 }], | 778 }], |
778 ['OS=="win" and target_arch=="ia32"', { | 779 ['OS=="win" and target_arch=="ia32"', { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 '../chrome/chrome.gyp:browser_tests_run', | 824 '../chrome/chrome.gyp:browser_tests_run', |
824 '../chrome/chrome.gyp:sync_integration_tests_run', | 825 '../chrome/chrome.gyp:sync_integration_tests_run', |
825 '../chrome/chrome.gyp:unit_tests_run', | 826 '../chrome/chrome.gyp:unit_tests_run', |
826 '../net/net.gyp:net_unittests_run', | 827 '../net/net.gyp:net_unittests_run', |
827 ], | 828 ], |
828 }, # target_name: chromium_swarm_tests | 829 }, # target_name: chromium_swarm_tests |
829 ], | 830 ], |
830 }], | 831 }], |
831 ], # conditions | 832 ], # conditions |
832 } | 833 } |
OLD | NEW |