OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 }], | 149 }], |
150 ], | 150 ], |
151 }, # target_name: All | 151 }, # target_name: All |
152 { | 152 { |
153 'target_name': 'chromium_builder_tests', | 153 'target_name': 'chromium_builder_tests', |
154 'type': 'none', | 154 'type': 'none', |
155 'dependencies': [ | 155 'dependencies': [ |
156 '../base/base.gyp:base_unittests', | 156 '../base/base.gyp:base_unittests', |
157 '../chrome/chrome.gyp:browser_tests', | 157 '../chrome/chrome.gyp:browser_tests', |
158 '../chrome/chrome.gyp:interactive_ui_tests', | 158 '../chrome/chrome.gyp:interactive_ui_tests', |
159 '../chrome/chrome.gyp:nacl_ui_tests', | |
160 '../chrome/chrome.gyp:nacl_sandbox_tests', | |
161 '../chrome/chrome.gyp:safe_browsing_tests', | 159 '../chrome/chrome.gyp:safe_browsing_tests', |
162 '../chrome/chrome.gyp:sync_integration_tests', | 160 '../chrome/chrome.gyp:sync_integration_tests', |
163 '../chrome/chrome.gyp:sync_unit_tests', | 161 '../chrome/chrome.gyp:sync_unit_tests', |
164 '../chrome/chrome.gyp:ui_tests', | 162 '../chrome/chrome.gyp:ui_tests', |
165 '../chrome/chrome.gyp:unit_tests', | 163 '../chrome/chrome.gyp:unit_tests', |
166 '../content/content.gyp:content_unittests', | 164 '../content/content.gyp:content_unittests', |
167 '../crypto/crypto.gyp:crypto_unittests', | 165 '../crypto/crypto.gyp:crypto_unittests', |
168 '../ui/ui.gyp:gfx_unittests', | 166 '../ui/ui.gyp:gfx_unittests', |
169 '../gpu/gpu.gyp:gpu_unittests', | 167 '../gpu/gpu.gyp:gpu_unittests', |
170 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', | 168 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su
pport', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 ], | 207 ], |
210 }, # target_name: chromium_builder_tests | 208 }, # target_name: chromium_builder_tests |
211 { | 209 { |
212 'target_name': 'chromium_2010_builder_tests', | 210 'target_name': 'chromium_2010_builder_tests', |
213 'type': 'none', | 211 'type': 'none', |
214 'dependencies': [ | 212 'dependencies': [ |
215 '../chrome/chrome.gyp:chrome', | 213 '../chrome/chrome.gyp:chrome', |
216 '../base/base.gyp:base_unittests', | 214 '../base/base.gyp:base_unittests', |
217 '../chrome/chrome.gyp:browser_tests', | 215 '../chrome/chrome.gyp:browser_tests', |
218 '../chrome/chrome.gyp:interactive_ui_tests', | 216 '../chrome/chrome.gyp:interactive_ui_tests', |
219 # TODO(bradnelson): fix and enable. | |
220 #'../chrome/chrome.gyp:nacl_ui_tests', | |
221 #'../chrome/chrome.gyp:nacl_sandbox_tests', | |
222 '../chrome/chrome.gyp:safe_browsing_tests', | 217 '../chrome/chrome.gyp:safe_browsing_tests', |
223 '../chrome/chrome.gyp:sync_integration_tests', | 218 '../chrome/chrome.gyp:sync_integration_tests', |
224 '../chrome/chrome.gyp:sync_unit_tests', | 219 '../chrome/chrome.gyp:sync_unit_tests', |
225 '../chrome/chrome.gyp:ui_tests', | 220 '../chrome/chrome.gyp:ui_tests', |
226 '../chrome/chrome.gyp:unit_tests', | 221 '../chrome/chrome.gyp:unit_tests', |
227 '../content/content.gyp:content_unittests', | 222 '../content/content.gyp:content_unittests', |
228 '../crypto/crypto.gyp:crypto_unittests', | 223 '../crypto/crypto.gyp:crypto_unittests', |
229 '../ui/ui.gyp:gfx_unittests', | 224 '../ui/ui.gyp:gfx_unittests', |
230 '../gpu/gpu.gyp:gpu_unittests', | 225 '../gpu/gpu.gyp:gpu_unittests', |
231 '../ipc/ipc.gyp:ipc_tests', | 226 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ], | 321 ], |
327 }, | 322 }, |
328 # These targets are here so the build bots can use them to build | 323 # These targets are here so the build bots can use them to build |
329 # subsets of a full tree for faster cycle times. | 324 # subsets of a full tree for faster cycle times. |
330 { | 325 { |
331 'target_name': 'chromium_builder_dbg', | 326 'target_name': 'chromium_builder_dbg', |
332 'type': 'none', | 327 'type': 'none', |
333 'dependencies': [ | 328 'dependencies': [ |
334 '../chrome/chrome.gyp:browser_tests', | 329 '../chrome/chrome.gyp:browser_tests', |
335 '../chrome/chrome.gyp:interactive_ui_tests', | 330 '../chrome/chrome.gyp:interactive_ui_tests', |
336 '../chrome/chrome.gyp:nacl_ui_tests', | |
337 '../chrome/chrome.gyp:nacl_sandbox_tests', | |
338 '../chrome/chrome.gyp:safe_browsing_tests', | 331 '../chrome/chrome.gyp:safe_browsing_tests', |
339 '../chrome/chrome.gyp:sync_integration_tests', | 332 '../chrome/chrome.gyp:sync_integration_tests', |
340 '../chrome/chrome.gyp:sync_unit_tests', | 333 '../chrome/chrome.gyp:sync_unit_tests', |
341 '../chrome/chrome.gyp:ui_tests', | 334 '../chrome/chrome.gyp:ui_tests', |
342 '../chrome/chrome.gyp:unit_tests', | 335 '../chrome/chrome.gyp:unit_tests', |
343 '../content/content.gyp:content_unittests', | 336 '../content/content.gyp:content_unittests', |
344 '../ui/ui.gyp:gfx_unittests', | 337 '../ui/ui.gyp:gfx_unittests', |
345 '../gpu/gpu.gyp:gpu_unittests', | 338 '../gpu/gpu.gyp:gpu_unittests', |
346 '../ipc/ipc.gyp:ipc_tests', | 339 '../ipc/ipc.gyp:ipc_tests', |
347 '../jingle/jingle.gyp:jingle_unittests', | 340 '../jingle/jingle.gyp:jingle_unittests', |
348 '../media/media.gyp:media_unittests', | 341 '../media/media.gyp:media_unittests', |
349 '../printing/printing.gyp:printing_unittests', | 342 '../printing/printing.gyp:printing_unittests', |
350 '../remoting/remoting.gyp:remoting_unittests', | 343 '../remoting/remoting.gyp:remoting_unittests', |
351 '../sql/sql.gyp:sql_unittests', | 344 '../sql/sql.gyp:sql_unittests', |
352 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 345 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
353 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 346 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
354 'temp_gyp/googleurl.gyp:googleurl_unittests', | 347 'temp_gyp/googleurl.gyp:googleurl_unittests', |
355 ], | 348 ], |
356 }, | 349 }, |
357 { | 350 { |
358 'target_name': 'chromium_builder_rel', | 351 'target_name': 'chromium_builder_rel', |
359 'type': 'none', | 352 'type': 'none', |
360 'dependencies': [ | 353 'dependencies': [ |
361 '../chrome/chrome.gyp:browser_tests', | 354 '../chrome/chrome.gyp:browser_tests', |
362 '../chrome/chrome.gyp:performance_ui_tests', | 355 '../chrome/chrome.gyp:performance_ui_tests', |
363 '../chrome/chrome.gyp:nacl_ui_tests', | |
364 '../chrome/chrome.gyp:nacl_sandbox_tests', | |
365 '../chrome/chrome.gyp:plugin_tests', | 356 '../chrome/chrome.gyp:plugin_tests', |
366 '../chrome/chrome.gyp:safe_browsing_tests', | 357 '../chrome/chrome.gyp:safe_browsing_tests', |
367 '../chrome/chrome.gyp:sync_integration_tests', | 358 '../chrome/chrome.gyp:sync_integration_tests', |
368 '../chrome/chrome.gyp:sync_unit_tests', | 359 '../chrome/chrome.gyp:sync_unit_tests', |
369 '../chrome/chrome.gyp:ui_tests', | 360 '../chrome/chrome.gyp:ui_tests', |
370 '../chrome/chrome.gyp:unit_tests', | 361 '../chrome/chrome.gyp:unit_tests', |
371 '../content/content.gyp:content_unittests', | 362 '../content/content.gyp:content_unittests', |
372 '../ui/ui.gyp:gfx_unittests', | 363 '../ui/ui.gyp:gfx_unittests', |
373 '../gpu/gpu.gyp:gpu_unittests', | 364 '../gpu/gpu.gyp:gpu_unittests', |
374 '../ipc/ipc.gyp:ipc_tests', | 365 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 # These targets are here so the build bots can use them to build | 421 # These targets are here so the build bots can use them to build |
431 # subsets of a full tree for faster cycle times. | 422 # subsets of a full tree for faster cycle times. |
432 { | 423 { |
433 'target_name': 'chromium_builder', | 424 'target_name': 'chromium_builder', |
434 'type': 'none', | 425 'type': 'none', |
435 'dependencies': [ | 426 'dependencies': [ |
436 '../chrome/chrome.gyp:browser_tests', | 427 '../chrome/chrome.gyp:browser_tests', |
437 '../chrome/chrome.gyp:installer_util_unittests', | 428 '../chrome/chrome.gyp:installer_util_unittests', |
438 '../chrome/chrome.gyp:interactive_ui_tests', | 429 '../chrome/chrome.gyp:interactive_ui_tests', |
439 '../chrome/chrome.gyp:mini_installer_test', | 430 '../chrome/chrome.gyp:mini_installer_test', |
440 '../chrome/chrome.gyp:nacl_ui_tests', | |
441 '../chrome/chrome.gyp:nacl_sandbox_tests', | |
442 '../chrome/chrome.gyp:performance_ui_tests', | 431 '../chrome/chrome.gyp:performance_ui_tests', |
443 '../chrome/chrome.gyp:plugin_tests', | 432 '../chrome/chrome.gyp:plugin_tests', |
444 '../chrome/chrome.gyp:safe_browsing_tests', | 433 '../chrome/chrome.gyp:safe_browsing_tests', |
445 '../chrome/chrome.gyp:sync_integration_tests', | 434 '../chrome/chrome.gyp:sync_integration_tests', |
446 '../chrome/chrome.gyp:sync_unit_tests', | 435 '../chrome/chrome.gyp:sync_unit_tests', |
447 '../chrome/chrome.gyp:ui_tests', | 436 '../chrome/chrome.gyp:ui_tests', |
448 '../chrome/chrome.gyp:unit_tests', | 437 '../chrome/chrome.gyp:unit_tests', |
449 '../content/content.gyp:content_unittests', | 438 '../content/content.gyp:content_unittests', |
450 # mini_installer_tests depends on mini_installer. This should be | 439 # mini_installer_tests depends on mini_installer. This should be |
451 # defined in installer.gyp. | 440 # defined in installer.gyp. |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 577 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 578 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
590 '../views/views.gyp:views_unittests', | 579 '../views/views.gyp:views_unittests', |
591 'temp_gyp/googleurl.gyp:googleurl_unittests', | 580 'temp_gyp/googleurl.gyp:googleurl_unittests', |
592 ], | 581 ], |
593 }, | 582 }, |
594 ], # targets | 583 ], # targets |
595 }], # "chromeos==1" | 584 }], # "chromeos==1" |
596 ], # conditions | 585 ], # conditions |
597 } | 586 } |
OLD | NEW |