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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 205 '../app/app.gyp:app_unittests', |
206 '../base/base.gyp:base_unittests', | 206 '../base/base.gyp:base_unittests', |
207 '../chrome/chrome.gyp:browser_tests', | 207 '../chrome/chrome.gyp:browser_tests', |
208 '../chrome/chrome.gyp:interactive_ui_tests', | 208 '../chrome/chrome.gyp:interactive_ui_tests', |
209 '../chrome/chrome.gyp:nacl_ui_tests', | 209 # TODO(bradnelson): fix and enable. |
210 '../chrome/chrome.gyp:nacl_sandbox_tests', | 210 #'../chrome/chrome.gyp:nacl_ui_tests', |
| 211 #'../chrome/chrome.gyp:nacl_sandbox_tests', |
211 '../chrome/chrome.gyp:safe_browsing_tests', | 212 '../chrome/chrome.gyp:safe_browsing_tests', |
212 '../chrome/chrome.gyp:sync_integration_tests', | 213 '../chrome/chrome.gyp:sync_integration_tests', |
213 '../chrome/chrome.gyp:sync_unit_tests', | 214 '../chrome/chrome.gyp:sync_unit_tests', |
214 '../chrome/chrome.gyp:ui_tests', | 215 '../chrome/chrome.gyp:ui_tests', |
215 '../chrome/chrome.gyp:unit_tests', | 216 '../chrome/chrome.gyp:unit_tests', |
216 '../ui/ui.gyp:gfx_unittests', | 217 '../ui/ui.gyp:gfx_unittests', |
217 '../gpu/gpu.gyp:gpu_unittests', | 218 '../gpu/gpu.gyp:gpu_unittests', |
218 '../ipc/ipc.gyp:ipc_tests', | 219 '../ipc/ipc.gyp:ipc_tests', |
219 '../jingle/jingle.gyp:jingle_unittests', | 220 '../jingle/jingle.gyp:jingle_unittests', |
220 '../media/media.gyp:media_unittests', | 221 '../media/media.gyp:media_unittests', |
221 '../net/net.gyp:net_unittests', | 222 '../net/net.gyp:net_unittests', |
222 '../printing/printing.gyp:printing_unittests', | 223 '../printing/printing.gyp:printing_unittests', |
223 '../remoting/remoting.gyp:remoting_unittests', | 224 '../remoting/remoting.gyp:remoting_unittests', |
224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 225 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
225 'temp_gyp/googleurl.gyp:googleurl_unittests', | 226 'temp_gyp/googleurl.gyp:googleurl_unittests', |
226 ], | 227 ], |
227 'conditions': [ | 228 'conditions': [ |
228 ['OS=="win"', { | 229 ['OS=="win"', { |
229 'dependencies': [ | 230 'dependencies': [ |
230 '../chrome/chrome.gyp:installer_util_unittests', | 231 '../chrome/chrome.gyp:installer_util_unittests', |
231 '../chrome/chrome.gyp:mini_installer_test', | 232 # TODO(bradnelson): fix and enable. |
| 233 #'../chrome/chrome.gyp:mini_installer_test', |
232 # mini_installer_tests depends on mini_installer. This should be | 234 # mini_installer_tests depends on mini_installer. This should be |
233 # defined in installer.gyp. | 235 # defined in installer.gyp. |
234 # TODO(bradnelson): fix and enable. | |
235 #'../chrome/installer/mini_installer.gyp:mini_installer', | 236 #'../chrome/installer/mini_installer.gyp:mini_installer', |
236 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 237 #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
237 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 238 #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
238 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', | 239 #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', |
239 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 240 #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
240 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 241 #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
241 #'../chrome_frame/chrome_frame.gyp:npchrome_frame', | 242 #'../chrome_frame/chrome_frame.gyp:npchrome_frame', |
242 '../courgette/courgette.gyp:courgette_unittests', | 243 '../courgette/courgette.gyp:courgette_unittests', |
243 '../sandbox/sandbox.gyp:sbox_integration_tests', | 244 '../sandbox/sandbox.gyp:sbox_integration_tests', |
244 '../sandbox/sandbox.gyp:sbox_unittests', | 245 '../sandbox/sandbox.gyp:sbox_unittests', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 ], # targets | 556 ], # targets |
556 }], # "chromeos==1" | 557 }], # "chromeos==1" |
557 ], # conditions | 558 ], # conditions |
558 } | 559 } |
559 | 560 |
560 # Local Variables: | 561 # Local Variables: |
561 # tab-width:2 | 562 # tab-width:2 |
562 # indent-tabs-mode:nil | 563 # indent-tabs-mode:nil |
563 # End: | 564 # End: |
564 # vim: set expandtab tabstop=2 shiftwidth=2: | 565 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |