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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 '../jingle/jingle.gyp:jingle_unittests', | 260 '../jingle/jingle.gyp:jingle_unittests', |
261 '../media/cast/cast.gyp:cast_unittests', | 261 '../media/cast/cast.gyp:cast_unittests', |
262 '../media/media.gyp:media_unittests', | 262 '../media/media.gyp:media_unittests', |
263 '../mojo/mojo.gyp:mojo', | 263 '../mojo/mojo.gyp:mojo', |
264 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 264 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
265 '../remoting/remoting.gyp:remoting_unittests', | 265 '../remoting/remoting.gyp:remoting_unittests', |
266 '../third_party/WebKit/public/all.gyp:all_blink', | 266 '../third_party/WebKit/public/all.gyp:all_blink', |
267 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 267 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
269 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 269 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 270 '../tools/telemetry/telemetry.gyp:*', |
270 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 271 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
271 ], | 272 ], |
272 }], | 273 }], |
273 ['OS=="win"', { | 274 ['OS=="win"', { |
274 'dependencies': [ | 275 'dependencies': [ |
275 '../chrome/chrome.gyp:crash_service', | 276 '../chrome/chrome.gyp:crash_service', |
276 '../chrome/chrome.gyp:installer_util_unittests', | 277 '../chrome/chrome.gyp:installer_util_unittests', |
277 '../chrome/chrome.gyp:mini_installer_test', | 278 '../chrome/chrome.gyp:mini_installer_test', |
278 # mini_installer_tests depends on mini_installer. This should be | 279 # mini_installer_tests depends on mini_installer. This should be |
279 # defined in installer.gyp. | 280 # defined in installer.gyp. |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1083 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1084 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1084 '../chrome/chrome.gyp:sync_integration_tests_run', | 1085 '../chrome/chrome.gyp:sync_integration_tests_run', |
1085 '../chrome/chrome.gyp:unit_tests_run', | 1086 '../chrome/chrome.gyp:unit_tests_run', |
1086 '../net/net.gyp:net_unittests_run', | 1087 '../net/net.gyp:net_unittests_run', |
1087 ], | 1088 ], |
1088 }, # target_name: chromium_swarm_tests | 1089 }, # target_name: chromium_swarm_tests |
1089 ], | 1090 ], |
1090 }], | 1091 }], |
1091 ], # conditions | 1092 ], # conditions |
1092 } | 1093 } |
OLD | NEW |