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 17 matching lines...) Expand all Loading... |
28 '../ui/snapshot/snapshot.gyp:*', | 28 '../ui/snapshot/snapshot.gyp:*', |
29 '../ui/ui.gyp:*', | 29 '../ui/ui.gyp:*', |
30 '../url/url.gyp:*', | 30 '../url/url.gyp:*', |
31 'temp_gyp/googleurl.gyp:*', | 31 'temp_gyp/googleurl.gyp:*', |
32 ], | 32 ], |
33 'conditions': [ | 33 'conditions': [ |
34 ['OS!="ios"', { | 34 ['OS!="ios"', { |
35 'dependencies': [ | 35 'dependencies': [ |
36 '../cc/cc_tests.gyp:*', | 36 '../cc/cc_tests.gyp:*', |
37 '../components/components.gyp:*', | 37 '../components/components.gyp:*', |
| 38 '../device/bluetooth/bluetooth.gyp:*', |
38 '../device/device.gyp:*', | 39 '../device/device.gyp:*', |
| 40 '../device/usb/usb.gyp:*', |
39 '../gpu/gpu.gyp:*', | 41 '../gpu/gpu.gyp:*', |
40 '../gpu/tools/tools.gyp:*', | 42 '../gpu/tools/tools.gyp:*', |
41 '../ipc/ipc.gyp:*', | 43 '../ipc/ipc.gyp:*', |
42 '../jingle/jingle.gyp:*', | 44 '../jingle/jingle.gyp:*', |
43 '../ppapi/ppapi.gyp:*', | 45 '../ppapi/ppapi.gyp:*', |
44 '../ppapi/ppapi_internal.gyp:*', | 46 '../ppapi/ppapi_internal.gyp:*', |
45 '../printing/printing.gyp:*', | 47 '../printing/printing.gyp:*', |
46 '../skia/skia.gyp:*', | 48 '../skia/skia.gyp:*', |
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 49 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
48 '../third_party/cld/cld.gyp:*', | 50 '../third_party/cld/cld.gyp:*', |
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 '../chrome/chrome.gyp:interactive_ui_tests_run', | 883 '../chrome/chrome.gyp:interactive_ui_tests_run', |
882 '../chrome/chrome.gyp:sync_integration_tests_run', | 884 '../chrome/chrome.gyp:sync_integration_tests_run', |
883 '../chrome/chrome.gyp:unit_tests_run', | 885 '../chrome/chrome.gyp:unit_tests_run', |
884 '../net/net.gyp:net_unittests_run', | 886 '../net/net.gyp:net_unittests_run', |
885 ], | 887 ], |
886 }, # target_name: chromium_swarm_tests | 888 }, # target_name: chromium_swarm_tests |
887 ], | 889 ], |
888 }], | 890 }], |
889 ], # conditions | 891 ], # conditions |
890 } | 892 } |
OLD | NEW |