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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', | 248 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor
m_support', |
249 '../gpu/gpu.gyp:gpu_unittests', | 249 '../gpu/gpu.gyp:gpu_unittests', |
250 '../ipc/ipc.gyp:ipc_tests', | 250 '../ipc/ipc.gyp:ipc_tests', |
251 '../jingle/jingle.gyp:jingle_unittests', | 251 '../jingle/jingle.gyp:jingle_unittests', |
252 '../media/media.gyp:media_unittests', | 252 '../media/media.gyp:media_unittests', |
253 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 253 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
254 '../remoting/remoting.gyp:remoting_unittests', | 254 '../remoting/remoting.gyp:remoting_unittests', |
255 '../sync/sync.gyp:sync_unit_tests', | 255 '../sync/sync.gyp:sync_unit_tests', |
256 '../third_party/WebKit/public/all.gyp:all_blink', | 256 '../third_party/WebKit/public/all.gyp:all_blink', |
257 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 257 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 258 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
258 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 259 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
259 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 260 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
260 ], | 261 ], |
261 }], | 262 }], |
262 ['OS=="win"', { | 263 ['OS=="win"', { |
263 'dependencies': [ | 264 'dependencies': [ |
264 '../chrome/chrome.gyp:crash_service', | 265 '../chrome/chrome.gyp:crash_service', |
265 '../chrome/chrome.gyp:installer_util_unittests', | 266 '../chrome/chrome.gyp:installer_util_unittests', |
266 '../chrome/chrome.gyp:mini_installer_test', | 267 '../chrome/chrome.gyp:mini_installer_test', |
267 # mini_installer_tests depends on mini_installer. This should be | 268 # mini_installer_tests depends on mini_installer. This should be |
(...skipping 773 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 |