OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 '../chrome/chrome.gyp:selenium_tests', | 234 '../chrome/chrome.gyp:selenium_tests', |
235 '../chrome/chrome.gyp:startup_tests', | 235 '../chrome/chrome.gyp:startup_tests', |
236 '../chrome/chrome.gyp:sync_unit_tests', | 236 '../chrome/chrome.gyp:sync_unit_tests', |
237 '../chrome/chrome.gyp:tab_switching_test', | 237 '../chrome/chrome.gyp:tab_switching_test', |
238 '../chrome/chrome.gyp:ui_tests', | 238 '../chrome/chrome.gyp:ui_tests', |
239 '../chrome/chrome.gyp:unit_tests', | 239 '../chrome/chrome.gyp:unit_tests', |
240 '../chrome/chrome.gyp:url_fetch_test', | 240 '../chrome/chrome.gyp:url_fetch_test', |
241 # mini_installer_tests depends on mini_installer. This should be | 241 # mini_installer_tests depends on mini_installer. This should be |
242 # defined in installer.gyp. | 242 # defined in installer.gyp. |
243 '../chrome/installer/mini_installer.gyp:mini_installer', | 243 '../chrome/installer/mini_installer.gyp:mini_installer', |
244 '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer'
, | |
245 '../courgette/courgette.gyp:courgette_unittests', | 244 '../courgette/courgette.gyp:courgette_unittests', |
246 '../gfx/gfx.gyp:gfx_unittests', | 245 '../gfx/gfx.gyp:gfx_unittests', |
247 '../gpu/gpu.gyp:gpu_unittests', | 246 '../gpu/gpu.gyp:gpu_unittests', |
248 '../ipc/ipc.gyp:ipc_tests', | 247 '../ipc/ipc.gyp:ipc_tests', |
249 '../media/media.gyp:media_unittests', | 248 '../media/media.gyp:media_unittests', |
250 '../printing/printing.gyp:printing_unittests', | 249 '../printing/printing.gyp:printing_unittests', |
251 '../remoting/remoting.gyp:remoting_unittests', | 250 '../remoting/remoting.gyp:remoting_unittests', |
252 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 251 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
253 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', | 252 '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', |
254 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. | 253 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 ], # targets | 333 ], # targets |
335 }], # "chromeos==1" | 334 }], # "chromeos==1" |
336 ], # conditions | 335 ], # conditions |
337 } | 336 } |
338 | 337 |
339 # Local Variables: | 338 # Local Variables: |
340 # tab-width:2 | 339 # tab-width:2 |
341 # indent-tabs-mode:nil | 340 # indent-tabs-mode:nil |
342 # End: | 341 # End: |
343 # vim: set expandtab tabstop=2 shiftwidth=2: | 342 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |