| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '../jingle/jingle.gyp:jingle_unittests', | 244 '../jingle/jingle.gyp:jingle_unittests', |
| 245 '../media/media.gyp:media_unittests', | 245 '../media/media.gyp:media_unittests', |
| 246 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 246 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 247 '../printing/printing.gyp:printing_unittests', | 247 '../printing/printing.gyp:printing_unittests', |
| 248 '../remoting/remoting.gyp:remoting_unittests', | 248 '../remoting/remoting.gyp:remoting_unittests', |
| 249 '../sync/sync.gyp:sync_unit_tests', | 249 '../sync/sync.gyp:sync_unit_tests', |
| 250 '../third_party/WebKit/public/all.gyp:all_blink', | 250 '../third_party/WebKit/public/all.gyp:all_blink', |
| 251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 252 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 252 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 253 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 253 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 254 'aura_builder', |
| 254 ], | 255 ], |
| 255 }], | 256 }], |
| 256 ['OS=="win"', { | 257 ['OS=="win"', { |
| 257 'dependencies': [ | 258 'dependencies': [ |
| 258 '../chrome/chrome.gyp:crash_service', | 259 '../chrome/chrome.gyp:crash_service', |
| 259 '../chrome/chrome.gyp:installer_util_unittests', | 260 '../chrome/chrome.gyp:installer_util_unittests', |
| 260 '../chrome/chrome.gyp:mini_installer_test', | 261 '../chrome/chrome.gyp:mini_installer_test', |
| 261 # mini_installer_tests depends on mini_installer. This should be | 262 # mini_installer_tests depends on mini_installer. This should be |
| 262 # defined in installer.gyp. | 263 # defined in installer.gyp. |
| 263 '../chrome/installer/mini_installer.gyp:mini_installer', | 264 '../chrome/installer/mini_installer.gyp:mini_installer', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 939 '../chrome/chrome.gyp:interactive_ui_tests_run', | 940 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 940 '../chrome/chrome.gyp:sync_integration_tests_run', | 941 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 941 '../chrome/chrome.gyp:unit_tests_run', | 942 '../chrome/chrome.gyp:unit_tests_run', |
| 942 '../net/net.gyp:net_unittests_run', | 943 '../net/net.gyp:net_unittests_run', |
| 943 ], | 944 ], |
| 944 }, # target_name: chromium_swarm_tests | 945 }, # target_name: chromium_swarm_tests |
| 945 ], | 946 ], |
| 946 }], | 947 }], |
| 947 ], # conditions | 948 ], # conditions |
| 948 } | 949 } |
| OLD | NEW |