OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '../webkit/webkit.gyp:test_shell_common', | 195 '../webkit/webkit.gyp:test_shell_common', |
196 ], | 196 ], |
197 }], | 197 }], |
198 ], | 198 ], |
199 }, # target_name: chromium_builder_tests | 199 }, # target_name: chromium_builder_tests |
200 { | 200 { |
201 'target_name': 'chromium_2010_builder_tests', | 201 'target_name': 'chromium_2010_builder_tests', |
202 'type': 'none', | 202 'type': 'none', |
203 'dependencies': [ | 203 'dependencies': [ |
204 '../chrome/chrome.gyp:chrome', | 204 '../chrome/chrome.gyp:chrome', |
| 205 '../app/app.gyp:app_unittests', |
| 206 '../base/base.gyp:base_unittests', |
| 207 '../chrome/chrome.gyp:browser_tests', |
| 208 '../chrome/chrome.gyp:interactive_ui_tests', |
| 209 # TODO(bradnelson): fix and enable. |
| 210 #'../chrome/chrome.gyp:nacl_ui_tests', |
| 211 #'../chrome/chrome.gyp:nacl_sandbox_tests', |
| 212 '../chrome/chrome.gyp:safe_browsing_tests', |
| 213 '../chrome/chrome.gyp:sync_integration_tests', |
| 214 '../chrome/chrome.gyp:sync_unit_tests', |
| 215 '../chrome/chrome.gyp:ui_tests', |
| 216 '../chrome/chrome.gyp:unit_tests', |
| 217 '../ui/ui.gyp:gfx_unittests', |
| 218 '../gpu/gpu.gyp:gpu_unittests', |
| 219 '../ipc/ipc.gyp:ipc_tests', |
| 220 '../jingle/jingle.gyp:jingle_unittests', |
| 221 '../media/media.gyp:media_unittests', |
| 222 '../net/net.gyp:net_unittests', |
| 223 '../printing/printing.gyp:printing_unittests', |
| 224 '../remoting/remoting.gyp:remoting_unittests', |
| 225 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 226 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 227 ], |
| 228 'conditions': [ |
| 229 ['OS=="win"', { |
| 230 'dependencies': [ |
| 231 '../chrome/chrome.gyp:installer_util_unittests', |
| 232 # TODO(bradnelson): fix and enable. |
| 233 #'../chrome/chrome.gyp:mini_installer_test', |
| 234 # mini_installer_tests depends on mini_installer. This should be |
| 235 # defined in installer.gyp. |
| 236 #'../chrome/installer/mini_installer.gyp:mini_installer', |
| 237 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 238 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 239 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
| 240 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 241 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 242 #'../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 243 '../courgette/courgette.gyp:courgette_unittests', |
| 244 '../sandbox/sandbox.gyp:sbox_integration_tests', |
| 245 '../sandbox/sandbox.gyp:sbox_unittests', |
| 246 '../sandbox/sandbox.gyp:sbox_validation_tests', |
| 247 '../views/views.gyp:views_unittests', |
| 248 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe
tscapePlugIn', |
| 249 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. |
| 250 # This should: |
| 251 # 1) not be the case. OR. |
| 252 # 2) be expressed in the ui tests dependencies. |
| 253 '../webkit/webkit.gyp:test_shell_common', |
| 254 ], |
| 255 }], |
205 ], | 256 ], |
206 }, # target_name: chromium_2010_builder_tests | 257 }, # target_name: chromium_2010_builder_tests |
207 { | 258 { |
208 'target_name': 'chromium_builder_perf', | 259 'target_name': 'chromium_builder_perf', |
209 'type': 'none', | 260 'type': 'none', |
210 'dependencies': [ | 261 'dependencies': [ |
211 '../chrome/chrome.gyp:memory_test', | 262 '../chrome/chrome.gyp:memory_test', |
212 '../chrome/chrome.gyp:page_cycler_tests', | 263 '../chrome/chrome.gyp:page_cycler_tests', |
213 '../chrome/chrome.gyp:plugin_tests', | 264 '../chrome/chrome.gyp:plugin_tests', |
214 '../chrome/chrome.gyp:startup_tests', | 265 '../chrome/chrome.gyp:startup_tests', |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 ], # targets | 556 ], # targets |
506 }], # "chromeos==1" | 557 }], # "chromeos==1" |
507 ], # conditions | 558 ], # conditions |
508 } | 559 } |
509 | 560 |
510 # Local Variables: | 561 # Local Variables: |
511 # tab-width:2 | 562 # tab-width:2 |
512 # indent-tabs-mode:nil | 563 # indent-tabs-mode:nil |
513 # End: | 564 # End: |
514 # vim: set expandtab tabstop=2 shiftwidth=2: | 565 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |