Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: build/all.gyp

Issue 10905116: Add cc_unittests and webkit_compositor_bindings_unittests to our buildbot targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 '../sql/sql.gyp:sql_unittests', 181 '../sql/sql.gyp:sql_unittests',
182 # Add new dependencies to the !ios section just below, not here (see 182 # Add new dependencies to the !ios section just below, not here (see
183 # the comment there). 183 # the comment there).
184 ], 184 ],
185 'conditions': [ 185 'conditions': [
186 ['OS!="ios"', { 186 ['OS!="ios"', {
187 'dependencies': [ 187 'dependencies': [
188 # TODO(ios): This is temporary; currently almost nothing builds with 188 # TODO(ios): This is temporary; currently almost nothing builds with
189 # OS=ios. Move dependencies back to the main dependencies section 189 # OS=ios. Move dependencies back to the main dependencies section
190 # above as gyp files come online. 190 # above as gyp files come online.
191 '../cc/cc_tests.gyp:cc_unittests',
191 '../chrome/chrome.gyp:browser_tests', 192 '../chrome/chrome.gyp:browser_tests',
192 '../chrome/chrome.gyp:interactive_ui_tests', 193 '../chrome/chrome.gyp:interactive_ui_tests',
193 '../chrome/chrome.gyp:safe_browsing_tests', 194 '../chrome/chrome.gyp:safe_browsing_tests',
194 '../chrome/chrome.gyp:sync_integration_tests', 195 '../chrome/chrome.gyp:sync_integration_tests',
195 '../chrome/chrome.gyp:unit_tests', 196 '../chrome/chrome.gyp:unit_tests',
196 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 197 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
197 '../content/content.gyp:content_browsertests', 198 '../content/content.gyp:content_browsertests',
198 '../content/content.gyp:content_unittests', 199 '../content/content.gyp:content_unittests',
199 '../crypto/crypto.gyp:crypto_unittests', 200 '../crypto/crypto.gyp:crypto_unittests',
200 '../gpu/gpu.gyp:gpu_unittests', 201 '../gpu/gpu.gyp:gpu_unittests',
201 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 202 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
202 '../ipc/ipc.gyp:ipc_tests', 203 '../ipc/ipc.gyp:ipc_tests',
203 '../jingle/jingle.gyp:jingle_unittests', 204 '../jingle/jingle.gyp:jingle_unittests',
204 '../media/media.gyp:media_unittests', 205 '../media/media.gyp:media_unittests',
205 '../net/net.gyp:net_unittests', 206 '../net/net.gyp:net_unittests',
206 '../printing/printing.gyp:printing_unittests', 207 '../printing/printing.gyp:printing_unittests',
207 '../remoting/remoting.gyp:remoting_unittests', 208 '../remoting/remoting.gyp:remoting_unittests',
208 '../sync/sync.gyp:sync_unit_tests', 209 '../sync/sync.gyp:sync_unit_tests',
209 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 210 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
210 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 211 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
211 '../ui/ui.gyp:ui_unittests', 212 '../ui/ui.gyp:ui_unittests',
213 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
212 'temp_gyp/googleurl.gyp:googleurl_unittests', 214 'temp_gyp/googleurl.gyp:googleurl_unittests',
213 ], 215 ],
214 }], 216 }],
215 ['OS=="win"', { 217 ['OS=="win"', {
216 'dependencies': [ 218 'dependencies': [
217 '../chrome/chrome.gyp:installer_util_unittests', 219 '../chrome/chrome.gyp:installer_util_unittests',
218 '../chrome/chrome.gyp:mini_installer_test', 220 '../chrome/chrome.gyp:mini_installer_test',
219 # mini_installer_tests depends on mini_installer. This should be 221 # mini_installer_tests depends on mini_installer. This should be
220 # defined in installer.gyp. 222 # defined in installer.gyp.
221 '../chrome/installer/mini_installer.gyp:mini_installer', 223 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'All', 353 'All',
352 '../chrome/chrome.gyp:build_app_dmg', 354 '../chrome/chrome.gyp:build_app_dmg',
353 ], 355 ],
354 }, 356 },
355 # These targets are here so the build bots can use them to build 357 # These targets are here so the build bots can use them to build
356 # subsets of a full tree for faster cycle times. 358 # subsets of a full tree for faster cycle times.
357 { 359 {
358 'target_name': 'chromium_builder_dbg', 360 'target_name': 'chromium_builder_dbg',
359 'type': 'none', 361 'type': 'none',
360 'dependencies': [ 362 'dependencies': [
363 '../cc/cc_tests.gyp:cc_unittests',
361 '../chrome/chrome.gyp:browser_tests', 364 '../chrome/chrome.gyp:browser_tests',
362 '../chrome/chrome.gyp:interactive_ui_tests', 365 '../chrome/chrome.gyp:interactive_ui_tests',
363 '../chrome/chrome.gyp:safe_browsing_tests', 366 '../chrome/chrome.gyp:safe_browsing_tests',
364 '../chrome/chrome.gyp:sync_integration_tests', 367 '../chrome/chrome.gyp:sync_integration_tests',
365 '../chrome/chrome.gyp:unit_tests', 368 '../chrome/chrome.gyp:unit_tests',
366 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 369 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
367 '../content/content.gyp:content_browsertests', 370 '../content/content.gyp:content_browsertests',
368 '../content/content.gyp:content_unittests', 371 '../content/content.gyp:content_unittests',
369 '../ui/ui.gyp:ui_unittests', 372 '../ui/ui.gyp:ui_unittests',
370 '../gpu/gpu.gyp:gpu_unittests', 373 '../gpu/gpu.gyp:gpu_unittests',
371 '../ipc/ipc.gyp:ipc_tests', 374 '../ipc/ipc.gyp:ipc_tests',
372 '../jingle/jingle.gyp:jingle_unittests', 375 '../jingle/jingle.gyp:jingle_unittests',
373 '../media/media.gyp:media_unittests', 376 '../media/media.gyp:media_unittests',
374 '../printing/printing.gyp:printing_unittests', 377 '../printing/printing.gyp:printing_unittests',
375 '../remoting/remoting.gyp:remoting_unittests', 378 '../remoting/remoting.gyp:remoting_unittests',
376 '../rlz/rlz.gyp:*', 379 '../rlz/rlz.gyp:*',
377 '../sql/sql.gyp:sql_unittests', 380 '../sql/sql.gyp:sql_unittests',
378 '../sync/sync.gyp:sync_unit_tests', 381 '../sync/sync.gyp:sync_unit_tests',
379 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 382 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
380 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 383 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
384 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
381 'temp_gyp/googleurl.gyp:googleurl_unittests', 385 'temp_gyp/googleurl.gyp:googleurl_unittests',
382 ], 386 ],
383 }, 387 },
384 { 388 {
385 'target_name': 'chromium_builder_rel', 389 'target_name': 'chromium_builder_rel',
386 'type': 'none', 390 'type': 'none',
387 'dependencies': [ 391 'dependencies': [
392 '../cc/cc_tests.gyp:cc_unittests',
388 '../chrome/chrome.gyp:browser_tests', 393 '../chrome/chrome.gyp:browser_tests',
389 '../chrome/chrome.gyp:performance_browser_tests', 394 '../chrome/chrome.gyp:performance_browser_tests',
390 '../chrome/chrome.gyp:performance_ui_tests', 395 '../chrome/chrome.gyp:performance_ui_tests',
391 '../chrome/chrome.gyp:safe_browsing_tests', 396 '../chrome/chrome.gyp:safe_browsing_tests',
392 '../chrome/chrome.gyp:sync_integration_tests', 397 '../chrome/chrome.gyp:sync_integration_tests',
393 '../chrome/chrome.gyp:unit_tests', 398 '../chrome/chrome.gyp:unit_tests',
394 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 399 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
395 '../content/content.gyp:content_browsertests', 400 '../content/content.gyp:content_browsertests',
396 '../content/content.gyp:content_unittests', 401 '../content/content.gyp:content_unittests',
397 '../ui/ui.gyp:ui_unittests', 402 '../ui/ui.gyp:ui_unittests',
398 '../gpu/gpu.gyp:gpu_unittests', 403 '../gpu/gpu.gyp:gpu_unittests',
399 '../ipc/ipc.gyp:ipc_tests', 404 '../ipc/ipc.gyp:ipc_tests',
400 '../jingle/jingle.gyp:jingle_unittests', 405 '../jingle/jingle.gyp:jingle_unittests',
401 '../media/media.gyp:media_unittests', 406 '../media/media.gyp:media_unittests',
402 '../printing/printing.gyp:printing_unittests', 407 '../printing/printing.gyp:printing_unittests',
403 '../remoting/remoting.gyp:remoting_unittests', 408 '../remoting/remoting.gyp:remoting_unittests',
404 '../sql/sql.gyp:sql_unittests', 409 '../sql/sql.gyp:sql_unittests',
405 '../sync/sync.gyp:sync_unit_tests', 410 '../sync/sync.gyp:sync_unit_tests',
406 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 411 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
407 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 412 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
413 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
408 'temp_gyp/googleurl.gyp:googleurl_unittests', 414 'temp_gyp/googleurl.gyp:googleurl_unittests',
409 ], 415 ],
410 }, 416 },
411 { 417 {
412 'target_name': 'chromium_builder_dbg_tsan_mac', 418 'target_name': 'chromium_builder_dbg_tsan_mac',
413 'type': 'none', 419 'type': 'none',
414 'dependencies': [ 420 'dependencies': [
415 '../base/base.gyp:base_unittests', 421 '../base/base.gyp:base_unittests',
416 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 422 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
417 '../crypto/crypto.gyp:crypto_unittests', 423 '../crypto/crypto.gyp:crypto_unittests',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], # targets 468 ], # targets
463 }], # OS="mac" 469 }], # OS="mac"
464 ['OS=="win"', { 470 ['OS=="win"', {
465 'targets': [ 471 'targets': [
466 # These targets are here so the build bots can use them to build 472 # These targets are here so the build bots can use them to build
467 # subsets of a full tree for faster cycle times. 473 # subsets of a full tree for faster cycle times.
468 { 474 {
469 'target_name': 'chromium_builder', 475 'target_name': 'chromium_builder',
470 'type': 'none', 476 'type': 'none',
471 'dependencies': [ 477 'dependencies': [
478 '../cc/cc_tests.gyp:cc_unittests',
472 '../chrome/chrome.gyp:browser_tests', 479 '../chrome/chrome.gyp:browser_tests',
473 '../chrome/chrome.gyp:installer_util_unittests', 480 '../chrome/chrome.gyp:installer_util_unittests',
474 '../chrome/chrome.gyp:interactive_ui_tests', 481 '../chrome/chrome.gyp:interactive_ui_tests',
475 '../chrome/chrome.gyp:mini_installer_test', 482 '../chrome/chrome.gyp:mini_installer_test',
476 '../chrome/chrome.gyp:performance_browser_tests', 483 '../chrome/chrome.gyp:performance_browser_tests',
477 '../chrome/chrome.gyp:performance_ui_tests', 484 '../chrome/chrome.gyp:performance_ui_tests',
478 '../chrome/chrome.gyp:safe_browsing_tests', 485 '../chrome/chrome.gyp:safe_browsing_tests',
479 '../chrome/chrome.gyp:sync_integration_tests', 486 '../chrome/chrome.gyp:sync_integration_tests',
480 '../chrome/chrome.gyp:unit_tests', 487 '../chrome/chrome.gyp:unit_tests',
481 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 488 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
(...skipping 13 matching lines...) Expand all
495 '../gpu/gpu.gyp:gpu_unittests', 502 '../gpu/gpu.gyp:gpu_unittests',
496 '../ipc/ipc.gyp:ipc_tests', 503 '../ipc/ipc.gyp:ipc_tests',
497 '../jingle/jingle.gyp:jingle_unittests', 504 '../jingle/jingle.gyp:jingle_unittests',
498 '../media/media.gyp:media_unittests', 505 '../media/media.gyp:media_unittests',
499 '../printing/printing.gyp:printing_unittests', 506 '../printing/printing.gyp:printing_unittests',
500 '../remoting/remoting.gyp:remoting_unittests', 507 '../remoting/remoting.gyp:remoting_unittests',
501 '../sql/sql.gyp:sql_unittests', 508 '../sql/sql.gyp:sql_unittests',
502 '../sync/sync.gyp:sync_unit_tests', 509 '../sync/sync.gyp:sync_unit_tests',
503 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
504 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 511 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
512 '../ui/views/views.gyp:views_unittests',
513 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
505 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 514 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
506 '../ui/views/views.gyp:views_unittests',
507 'temp_gyp/googleurl.gyp:googleurl_unittests', 515 'temp_gyp/googleurl.gyp:googleurl_unittests',
508 ], 516 ],
509 }, 517 },
510 { 518 {
511 'target_name': 'chromium_builder_win_cf', 519 'target_name': 'chromium_builder_win_cf',
512 'type': 'none', 520 'type': 'none',
513 'dependencies': [ 521 'dependencies': [
514 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 522 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
515 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 523 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
516 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 524 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 ], # targets 628 ], # targets
621 }], # branding=="Chrome" 629 }], # branding=="Chrome"
622 ], # conditions 630 ], # conditions
623 }], # OS="win" 631 }], # OS="win"
624 ['use_aura==1', { 632 ['use_aura==1', {
625 'targets': [ 633 'targets': [
626 { 634 {
627 'target_name': 'aura_builder', 635 'target_name': 'aura_builder',
628 'type': 'none', 636 'type': 'none',
629 'dependencies': [ 637 'dependencies': [
638 '../cc/cc_tests.gyp:cc_unittests',
630 '../chrome/chrome.gyp:browser_tests', 639 '../chrome/chrome.gyp:browser_tests',
631 '../chrome/chrome.gyp:chrome', 640 '../chrome/chrome.gyp:chrome',
632 '../chrome/chrome.gyp:interactive_ui_tests', 641 '../chrome/chrome.gyp:interactive_ui_tests',
633 '../chrome/chrome.gyp:unit_tests', 642 '../chrome/chrome.gyp:unit_tests',
634 '../content/content.gyp:content_browsertests', 643 '../content/content.gyp:content_browsertests',
635 '../remoting/remoting.gyp:remoting_unittests', 644 '../remoting/remoting.gyp:remoting_unittests',
636 '../ui/aura/aura.gyp:*', 645 '../ui/aura/aura.gyp:*',
637 '../ui/compositor/compositor.gyp:*', 646 '../ui/compositor/compositor.gyp:*',
638 '../ui/ui.gyp:ui_unittests', 647 '../ui/ui.gyp:ui_unittests',
639 '../ui/views/views.gyp:views', 648 '../ui/views/views.gyp:views',
640 '../ui/views/views.gyp:views_unittests', 649 '../ui/views/views.gyp:views_unittests',
650 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
641 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 651 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
642 ], 652 ],
643 'conditions': [ 653 'conditions': [
644 ['OS=="win"', { 654 ['OS=="win"', {
645 # Remove this when we have the real compositor. 655 # Remove this when we have the real compositor.
646 'copies': [ 656 'copies': [
647 { 657 {
648 'destination': '<(PRODUCT_DIR)', 658 'destination': '<(PRODUCT_DIR)',
649 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll '] 659 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll ']
650 }, 660 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 '../base/base.gyp:base_unittests_run', 706 '../base/base.gyp:base_unittests_run',
697 '../chrome/chrome.gyp:browser_tests_run', 707 '../chrome/chrome.gyp:browser_tests_run',
698 '../chrome/chrome.gyp:unit_tests_run', 708 '../chrome/chrome.gyp:unit_tests_run',
699 '../net/net.gyp:net_unittests_run', 709 '../net/net.gyp:net_unittests_run',
700 ], 710 ],
701 }, # target_name: chromium_swarm_tests 711 }, # target_name: chromium_swarm_tests
702 ], 712 ],
703 }], 713 }],
704 ], # conditions 714 ], # conditions
705 } 715 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698