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 23 matching lines...) Expand all Loading... |
34 ['OS!="ios"', { | 34 ['OS!="ios"', { |
35 'dependencies': [ | 35 'dependencies': [ |
36 '../cc/cc_tests.gyp:*', | 36 '../cc/cc_tests.gyp:*', |
37 '../device/bluetooth/bluetooth.gyp:*', | 37 '../device/bluetooth/bluetooth.gyp:*', |
38 '../device/device_tests.gyp:*', | 38 '../device/device_tests.gyp:*', |
39 '../device/usb/usb.gyp:*', | 39 '../device/usb/usb.gyp:*', |
40 '../gpu/gpu.gyp:*', | 40 '../gpu/gpu.gyp:*', |
41 '../gpu/tools/tools.gyp:*', | 41 '../gpu/tools/tools.gyp:*', |
42 '../ipc/ipc.gyp:*', | 42 '../ipc/ipc.gyp:*', |
43 '../jingle/jingle.gyp:*', | 43 '../jingle/jingle.gyp:*', |
| 44 '../media/cast/cast.gyp:*', |
44 '../media/media.gyp:*', | 45 '../media/media.gyp:*', |
45 '../ppapi/ppapi.gyp:*', | 46 '../ppapi/ppapi.gyp:*', |
46 '../ppapi/ppapi_internal.gyp:*', | 47 '../ppapi/ppapi_internal.gyp:*', |
47 '../printing/printing.gyp:*', | 48 '../printing/printing.gyp:*', |
48 '../skia/skia.gyp:*', | 49 '../skia/skia.gyp:*', |
49 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 50 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
50 '../third_party/codesighs/codesighs.gyp:*', | 51 '../third_party/codesighs/codesighs.gyp:*', |
51 '../third_party/ffmpeg/ffmpeg.gyp:*', | 52 '../third_party/ffmpeg/ffmpeg.gyp:*', |
52 '../third_party/iccjpeg/iccjpeg.gyp:*', | 53 '../third_party/iccjpeg/iccjpeg.gyp:*', |
53 '../third_party/libpng/libpng.gyp:*', | 54 '../third_party/libpng/libpng.gyp:*', |
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 '../chrome/chrome.gyp:interactive_ui_tests_run', | 939 '../chrome/chrome.gyp:interactive_ui_tests_run', |
939 '../chrome/chrome.gyp:sync_integration_tests_run', | 940 '../chrome/chrome.gyp:sync_integration_tests_run', |
940 '../chrome/chrome.gyp:unit_tests_run', | 941 '../chrome/chrome.gyp:unit_tests_run', |
941 '../net/net.gyp:net_unittests_run', | 942 '../net/net.gyp:net_unittests_run', |
942 ], | 943 ], |
943 }, # target_name: chromium_swarm_tests | 944 }, # target_name: chromium_swarm_tests |
944 ], | 945 ], |
945 }], | 946 }], |
946 ], # conditions | 947 ], # conditions |
947 } | 948 } |
OLD | NEW |