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 20 matching lines...) Expand all Loading... |
31 ], | 31 ], |
32 'conditions': [ | 32 'conditions': [ |
33 ['OS!="ios"', { | 33 ['OS!="ios"', { |
34 'dependencies': [ | 34 'dependencies': [ |
35 '../cc/cc_tests.gyp:*', | 35 '../cc/cc_tests.gyp:*', |
36 '../components/components.gyp:*', | 36 '../components/components.gyp:*', |
37 '../components/components_tests.gyp:*', | 37 '../components/components_tests.gyp:*', |
38 '../device/bluetooth/bluetooth.gyp:*', | 38 '../device/bluetooth/bluetooth.gyp:*', |
39 '../device/device_tests.gyp:*', | 39 '../device/device_tests.gyp:*', |
40 '../device/usb/usb.gyp:*', | 40 '../device/usb/usb.gyp:*', |
| 41 '../gin/gin.gyp:*', |
41 '../gpu/gpu.gyp:*', | 42 '../gpu/gpu.gyp:*', |
42 '../gpu/tools/tools.gyp:*', | 43 '../gpu/tools/tools.gyp:*', |
43 '../ipc/ipc.gyp:*', | 44 '../ipc/ipc.gyp:*', |
44 '../jingle/jingle.gyp:*', | 45 '../jingle/jingle.gyp:*', |
45 '../media/cast/cast.gyp:*', | 46 '../media/cast/cast.gyp:*', |
46 '../media/media.gyp:*', | 47 '../media/media.gyp:*', |
47 '../mojo/mojo.gyp:*', | 48 '../mojo/mojo.gyp:*', |
48 '../ppapi/ppapi.gyp:*', | 49 '../ppapi/ppapi.gyp:*', |
49 '../ppapi/ppapi_internal.gyp:*', | 50 '../ppapi/ppapi_internal.gyp:*', |
50 '../printing/printing.gyp:*', | 51 '../printing/printing.gyp:*', |
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1042 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1042 '../chrome/chrome.gyp:sync_integration_tests_run', | 1043 '../chrome/chrome.gyp:sync_integration_tests_run', |
1043 '../chrome/chrome.gyp:unit_tests_run', | 1044 '../chrome/chrome.gyp:unit_tests_run', |
1044 '../net/net.gyp:net_unittests_run', | 1045 '../net/net.gyp:net_unittests_run', |
1045 ], | 1046 ], |
1046 }, # target_name: chromium_swarm_tests | 1047 }, # target_name: chromium_swarm_tests |
1047 ], | 1048 ], |
1048 }], | 1049 }], |
1049 ], # conditions | 1050 ], # conditions |
1050 } | 1051 } |
OLD | NEW |