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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 'dependencies': [ | 957 'dependencies': [ |
958 '../cc/cc_tests.gyp:cc_unittests', | 958 '../cc/cc_tests.gyp:cc_unittests', |
959 '../chrome/chrome.gyp:browser_tests', | 959 '../chrome/chrome.gyp:browser_tests', |
960 '../chrome/chrome.gyp:chrome', | 960 '../chrome/chrome.gyp:chrome', |
961 '../chrome/chrome.gyp:interactive_ui_tests', | 961 '../chrome/chrome.gyp:interactive_ui_tests', |
962 '../chrome/chrome.gyp:unit_tests', | 962 '../chrome/chrome.gyp:unit_tests', |
963 '../components/components_tests.gyp:components_unittests', | 963 '../components/components_tests.gyp:components_unittests', |
964 '../content/content_shell_and_tests.gyp:content_browsertests', | 964 '../content/content_shell_and_tests.gyp:content_browsertests', |
965 '../content/content_shell_and_tests.gyp:content_unittests', | 965 '../content/content_shell_and_tests.gyp:content_unittests', |
966 '../device/device_tests.gyp:device_unittests', | 966 '../device/device_tests.gyp:device_unittests', |
| 967 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
967 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 968 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
968 '../remoting/remoting.gyp:remoting_unittests', | 969 '../remoting/remoting.gyp:remoting_unittests', |
969 '../ui/app_list/app_list.gyp:*', | 970 '../ui/app_list/app_list.gyp:*', |
970 '../ui/aura/aura.gyp:*', | 971 '../ui/aura/aura.gyp:*', |
971 '../ui/compositor/compositor.gyp:*', | 972 '../ui/compositor/compositor.gyp:*', |
972 '../ui/events/events.gyp:*', | 973 '../ui/events/events.gyp:*', |
973 '../ui/message_center/message_center.gyp:*', | 974 '../ui/message_center/message_center.gyp:*', |
974 '../ui/ui_unittests.gyp:ui_unittests', | 975 '../ui/ui_unittests.gyp:ui_unittests', |
975 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 976 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
976 '../ui/views/views.gyp:views', | 977 '../ui/views/views.gyp:views', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1027 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1027 '../chrome/chrome.gyp:sync_integration_tests_run', | 1028 '../chrome/chrome.gyp:sync_integration_tests_run', |
1028 '../chrome/chrome.gyp:unit_tests_run', | 1029 '../chrome/chrome.gyp:unit_tests_run', |
1029 '../net/net.gyp:net_unittests_run', | 1030 '../net/net.gyp:net_unittests_run', |
1030 ], | 1031 ], |
1031 }, # target_name: chromium_swarm_tests | 1032 }, # target_name: chromium_swarm_tests |
1032 ], | 1033 ], |
1033 }], | 1034 }], |
1034 ], # conditions | 1035 ], # conditions |
1035 } | 1036 } |
OLD | NEW |