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

Side by Side Diff: build/all.gyp

Issue 11880002: Add components_unittests to bots target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove 2 unnecessary dependencies Created 7 years, 11 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'conditions': [ 192 'conditions': [
193 ['OS!="ios"', { 193 ['OS!="ios"', {
194 'dependencies': [ 194 'dependencies': [
195 '../cc/cc_tests.gyp:cc_unittests', 195 '../cc/cc_tests.gyp:cc_unittests',
196 '../chrome/chrome.gyp:browser_tests', 196 '../chrome/chrome.gyp:browser_tests',
197 '../chrome/chrome.gyp:chromedriver2_tests', 197 '../chrome/chrome.gyp:chromedriver2_tests',
198 '../chrome/chrome.gyp:chromedriver2_unittests', 198 '../chrome/chrome.gyp:chromedriver2_unittests',
199 '../chrome/chrome.gyp:interactive_ui_tests', 199 '../chrome/chrome.gyp:interactive_ui_tests',
200 '../chrome/chrome.gyp:sync_integration_tests', 200 '../chrome/chrome.gyp:sync_integration_tests',
201 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 201 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
202 '../components/components.gyp:components_unittests',
202 '../content/content.gyp:content_browsertests', 203 '../content/content.gyp:content_browsertests',
203 '../content/content.gyp:content_unittests', 204 '../content/content.gyp:content_unittests',
204 '../device/device.gyp:device_unittests', 205 '../device/device.gyp:device_unittests',
205 '../gpu/gpu.gyp:gpu_unittests', 206 '../gpu/gpu.gyp:gpu_unittests',
206 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 207 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
207 '../ipc/ipc.gyp:ipc_tests', 208 '../ipc/ipc.gyp:ipc_tests',
208 '../jingle/jingle.gyp:jingle_unittests', 209 '../jingle/jingle.gyp:jingle_unittests',
209 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 210 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
210 '../printing/printing.gyp:printing_unittests', 211 '../printing/printing.gyp:printing_unittests',
211 '../remoting/remoting.gyp:remoting_unittests', 212 '../remoting/remoting.gyp:remoting_unittests',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 { 374 {
374 'target_name': 'chromium_builder_dbg', 375 'target_name': 'chromium_builder_dbg',
375 'type': 'none', 376 'type': 'none',
376 'dependencies': [ 377 'dependencies': [
377 '../cc/cc_tests.gyp:cc_unittests', 378 '../cc/cc_tests.gyp:cc_unittests',
378 '../chrome/chrome.gyp:browser_tests', 379 '../chrome/chrome.gyp:browser_tests',
379 '../chrome/chrome.gyp:interactive_ui_tests', 380 '../chrome/chrome.gyp:interactive_ui_tests',
380 '../chrome/chrome.gyp:sync_integration_tests', 381 '../chrome/chrome.gyp:sync_integration_tests',
381 '../chrome/chrome.gyp:unit_tests', 382 '../chrome/chrome.gyp:unit_tests',
382 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 383 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
384 '../components/components.gyp:components_unittests',
383 '../content/content.gyp:content_browsertests', 385 '../content/content.gyp:content_browsertests',
384 '../content/content.gyp:content_unittests', 386 '../content/content.gyp:content_unittests',
385 '../device/device.gyp:device_unittests', 387 '../device/device.gyp:device_unittests',
386 '../ui/ui.gyp:ui_unittests', 388 '../ui/ui.gyp:ui_unittests',
387 '../gpu/gpu.gyp:gpu_unittests', 389 '../gpu/gpu.gyp:gpu_unittests',
388 '../ipc/ipc.gyp:ipc_tests', 390 '../ipc/ipc.gyp:ipc_tests',
389 '../jingle/jingle.gyp:jingle_unittests', 391 '../jingle/jingle.gyp:jingle_unittests',
390 '../media/media.gyp:media_unittests', 392 '../media/media.gyp:media_unittests',
391 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 393 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
392 '../printing/printing.gyp:printing_unittests', 394 '../printing/printing.gyp:printing_unittests',
(...skipping 11 matching lines...) Expand all
404 'target_name': 'chromium_builder_rel', 406 'target_name': 'chromium_builder_rel',
405 'type': 'none', 407 'type': 'none',
406 'dependencies': [ 408 'dependencies': [
407 '../cc/cc_tests.gyp:cc_unittests', 409 '../cc/cc_tests.gyp:cc_unittests',
408 '../chrome/chrome.gyp:browser_tests', 410 '../chrome/chrome.gyp:browser_tests',
409 '../chrome/chrome.gyp:performance_browser_tests', 411 '../chrome/chrome.gyp:performance_browser_tests',
410 '../chrome/chrome.gyp:performance_ui_tests', 412 '../chrome/chrome.gyp:performance_ui_tests',
411 '../chrome/chrome.gyp:sync_integration_tests', 413 '../chrome/chrome.gyp:sync_integration_tests',
412 '../chrome/chrome.gyp:unit_tests', 414 '../chrome/chrome.gyp:unit_tests',
413 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 415 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
416 '../components/components.gyp:components_unittests',
414 '../content/content.gyp:content_browsertests', 417 '../content/content.gyp:content_browsertests',
415 '../content/content.gyp:content_unittests', 418 '../content/content.gyp:content_unittests',
416 '../device/device.gyp:device_unittests', 419 '../device/device.gyp:device_unittests',
417 '../ui/ui.gyp:ui_unittests', 420 '../ui/ui.gyp:ui_unittests',
418 '../gpu/gpu.gyp:gpu_unittests', 421 '../gpu/gpu.gyp:gpu_unittests',
419 '../ipc/ipc.gyp:ipc_tests', 422 '../ipc/ipc.gyp:ipc_tests',
420 '../jingle/jingle.gyp:jingle_unittests', 423 '../jingle/jingle.gyp:jingle_unittests',
421 '../media/media.gyp:media_unittests', 424 '../media/media.gyp:media_unittests',
422 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 425 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
423 '../printing/printing.gyp:printing_unittests', 426 '../printing/printing.gyp:printing_unittests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'dependencies': [ 466 'dependencies': [
464 '../base/base.gyp:base_unittests', 467 '../base/base.gyp:base_unittests',
465 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 468 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
466 '../crypto/crypto.gyp:crypto_unittests', 469 '../crypto/crypto.gyp:crypto_unittests',
467 '../ipc/ipc.gyp:ipc_tests', 470 '../ipc/ipc.gyp:ipc_tests',
468 '../media/media.gyp:media_unittests', 471 '../media/media.gyp:media_unittests',
469 '../net/net.gyp:net_unittests', 472 '../net/net.gyp:net_unittests',
470 '../printing/printing.gyp:printing_unittests', 473 '../printing/printing.gyp:printing_unittests',
471 '../remoting/remoting.gyp:remoting_unittests', 474 '../remoting/remoting.gyp:remoting_unittests',
472 '../chrome/chrome.gyp:unit_tests', 475 '../chrome/chrome.gyp:unit_tests',
476 '../components/components.gyp:components_unittests',
473 '../content/content.gyp:content_unittests', 477 '../content/content.gyp:content_unittests',
474 '../device/device.gyp:device_unittests', 478 '../device/device.gyp:device_unittests',
475 '../ui/ui.gyp:ui_unittests', 479 '../ui/ui.gyp:ui_unittests',
476 '../jingle/jingle.gyp:jingle_unittests', 480 '../jingle/jingle.gyp:jingle_unittests',
477 '../sql/sql.gyp:sql_unittests', 481 '../sql/sql.gyp:sql_unittests',
478 '../sync/sync.gyp:sync_unit_tests', 482 '../sync/sync.gyp:sync_unit_tests',
479 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 483 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
480 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 484 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
481 'temp_gyp/googleurl.gyp:googleurl_unittests', 485 'temp_gyp/googleurl.gyp:googleurl_unittests',
482 ], 486 ],
(...skipping 11 matching lines...) Expand all
494 '../cc/cc_tests.gyp:cc_unittests', 498 '../cc/cc_tests.gyp:cc_unittests',
495 '../chrome/chrome.gyp:browser_tests', 499 '../chrome/chrome.gyp:browser_tests',
496 '../chrome/chrome.gyp:installer_util_unittests', 500 '../chrome/chrome.gyp:installer_util_unittests',
497 '../chrome/chrome.gyp:interactive_ui_tests', 501 '../chrome/chrome.gyp:interactive_ui_tests',
498 '../chrome/chrome.gyp:mini_installer_test', 502 '../chrome/chrome.gyp:mini_installer_test',
499 '../chrome/chrome.gyp:performance_browser_tests', 503 '../chrome/chrome.gyp:performance_browser_tests',
500 '../chrome/chrome.gyp:performance_ui_tests', 504 '../chrome/chrome.gyp:performance_ui_tests',
501 '../chrome/chrome.gyp:sync_integration_tests', 505 '../chrome/chrome.gyp:sync_integration_tests',
502 '../chrome/chrome.gyp:unit_tests', 506 '../chrome/chrome.gyp:unit_tests',
503 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 507 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
508 '../components/components.gyp:components_unittests',
504 '../content/content.gyp:content_browsertests', 509 '../content/content.gyp:content_browsertests',
505 '../content/content.gyp:content_unittests', 510 '../content/content.gyp:content_unittests',
506 # mini_installer_tests depends on mini_installer. This should be 511 # mini_installer_tests depends on mini_installer. This should be
507 # defined in installer.gyp. 512 # defined in installer.gyp.
508 '../chrome/installer/mini_installer.gyp:mini_installer', 513 '../chrome/installer/mini_installer.gyp:mini_installer',
509 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 514 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
510 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 515 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
511 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 516 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
512 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 517 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
513 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 518 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
(...skipping 29 matching lines...) Expand all
543 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 548 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
544 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 549 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
545 ], 550 ],
546 }, 551 },
547 { 552 {
548 'target_name': 'chromium_builder_dbg_tsan_win', 553 'target_name': 'chromium_builder_dbg_tsan_win',
549 'type': 'none', 554 'type': 'none',
550 'dependencies': [ 555 'dependencies': [
551 '../base/base.gyp:base_unittests', 556 '../base/base.gyp:base_unittests',
552 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 557 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
558 '../components/components.gyp:components_unittests',
553 '../content/content.gyp:content_unittests', 559 '../content/content.gyp:content_unittests',
554 '../crypto/crypto.gyp:crypto_unittests', 560 '../crypto/crypto.gyp:crypto_unittests',
555 '../ipc/ipc.gyp:ipc_tests', 561 '../ipc/ipc.gyp:ipc_tests',
556 '../jingle/jingle.gyp:jingle_unittests', 562 '../jingle/jingle.gyp:jingle_unittests',
557 '../media/media.gyp:media_unittests', 563 '../media/media.gyp:media_unittests',
558 '../net/net.gyp:net_unittests', 564 '../net/net.gyp:net_unittests',
559 '../printing/printing.gyp:printing_unittests', 565 '../printing/printing.gyp:printing_unittests',
560 '../remoting/remoting.gyp:remoting_unittests', 566 '../remoting/remoting.gyp:remoting_unittests',
561 '../sql/sql.gyp:sql_unittests', 567 '../sql/sql.gyp:sql_unittests',
562 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 568 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
563 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 569 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
564 'temp_gyp/googleurl.gyp:googleurl_unittests', 570 'temp_gyp/googleurl.gyp:googleurl_unittests',
565 ], 571 ],
566 }, 572 },
567 { 573 {
568 'target_name': 'chromium_builder_dbg_drmemory_win', 574 'target_name': 'chromium_builder_dbg_drmemory_win',
569 'type': 'none', 575 'type': 'none',
570 'dependencies': [ 576 'dependencies': [
571 '../base/base.gyp:base_unittests', 577 '../base/base.gyp:base_unittests',
572 '../chrome/chrome.gyp:unit_tests', 578 '../chrome/chrome.gyp:unit_tests',
573 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 579 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
580 '../components/components.gyp:components_unittests',
574 '../content/content.gyp:content_unittests', 581 '../content/content.gyp:content_unittests',
575 '../crypto/crypto.gyp:crypto_unittests', 582 '../crypto/crypto.gyp:crypto_unittests',
576 '../device/device.gyp:device_unittests', 583 '../device/device.gyp:device_unittests',
577 '../ipc/ipc.gyp:ipc_tests', 584 '../ipc/ipc.gyp:ipc_tests',
578 '../jingle/jingle.gyp:jingle_unittests', 585 '../jingle/jingle.gyp:jingle_unittests',
579 '../media/media.gyp:media_unittests', 586 '../media/media.gyp:media_unittests',
580 '../net/net.gyp:net_unittests', 587 '../net/net.gyp:net_unittests',
581 '../printing/printing.gyp:printing_unittests', 588 '../printing/printing.gyp:printing_unittests',
582 '../remoting/remoting.gyp:remoting_unittests', 589 '../remoting/remoting.gyp:remoting_unittests',
583 '../sql/sql.gyp:sql_unittests', 590 '../sql/sql.gyp:sql_unittests',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'targets': [ 650 'targets': [
644 { 651 {
645 'target_name': 'aura_builder', 652 'target_name': 'aura_builder',
646 'type': 'none', 653 'type': 'none',
647 'dependencies': [ 654 'dependencies': [
648 '../cc/cc_tests.gyp:cc_unittests', 655 '../cc/cc_tests.gyp:cc_unittests',
649 '../chrome/chrome.gyp:browser_tests', 656 '../chrome/chrome.gyp:browser_tests',
650 '../chrome/chrome.gyp:chrome', 657 '../chrome/chrome.gyp:chrome',
651 '../chrome/chrome.gyp:interactive_ui_tests', 658 '../chrome/chrome.gyp:interactive_ui_tests',
652 '../chrome/chrome.gyp:unit_tests', 659 '../chrome/chrome.gyp:unit_tests',
660 '../components/components.gyp:components_unittests',
653 '../content/content.gyp:content_browsertests', 661 '../content/content.gyp:content_browsertests',
654 '../content/content.gyp:content_unittests', 662 '../content/content.gyp:content_unittests',
655 '../device/device.gyp:device_unittests', 663 '../device/device.gyp:device_unittests',
656 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 664 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
657 '../remoting/remoting.gyp:remoting_unittests', 665 '../remoting/remoting.gyp:remoting_unittests',
658 '../ui/app_list/app_list.gyp:*', 666 '../ui/app_list/app_list.gyp:*',
659 '../ui/aura/aura.gyp:*', 667 '../ui/aura/aura.gyp:*',
660 '../ui/compositor/compositor.gyp:*', 668 '../ui/compositor/compositor.gyp:*',
661 '../ui/message_center/message_center.gyp:*', 669 '../ui/message_center/message_center.gyp:*',
662 '../ui/ui.gyp:ui_unittests', 670 '../ui/ui.gyp:ui_unittests',
663 '../ui/views/views.gyp:views', 671 '../ui/views/views.gyp:views',
664 '../ui/views/views.gyp:views_examples_with_content_exe', 672 '../ui/views/views.gyp:views_examples_with_content_exe',
665 '../ui/views/views.gyp:views_unittests', 673 '../ui/views/views.gyp:views_unittests',
666 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 674 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
667 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 675 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
668 ], 676 ],
669 'conditions': [ 677 'conditions': [
670 ['OS=="win"', { 678 ['OS=="win"', {
671 # Remove this when we have the real compositor. 679 # Remove this when we have the real compositor.
672 'copies': [ 680 'copies': [
673 { 681 {
674 'destination': '<(PRODUCT_DIR)', 682 'destination': '<(PRODUCT_DIR)',
675 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll '] 683 'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll ']
676 }, 684 },
677 ], 685 ],
678 'dependencies': [ 686 'dependencies': [
679 '../content/content.gyp:content_unittests',
680 '../chrome/chrome.gyp:crash_service', 687 '../chrome/chrome.gyp:crash_service',
681 '../chrome/chrome.gyp:crash_service_win64', 688 '../chrome/chrome.gyp:crash_service_win64',
682 ], 689 ],
683 }], 690 }],
684 ['use_ash==1', { 691 ['use_ash==1', {
685 'dependencies': [ 692 'dependencies': [
686 '../ash/ash.gyp:ash_shell', 693 '../ash/ash.gyp:ash_shell',
687 '../ash/ash.gyp:ash_unittests', 694 '../ash/ash.gyp:ash_unittests',
688 ], 695 ],
689 }], 696 }],
690 ['OS=="linux"', { 697 ['OS=="linux"', {
691 # Tests that currently only work on Linux. 698 # Tests that currently only work on Linux.
692 'dependencies': [ 699 'dependencies': [
693 '../base/base.gyp:base_unittests', 700 '../base/base.gyp:base_unittests',
694 '../content/content.gyp:content_unittests',
695 '../ipc/ipc.gyp:ipc_tests', 701 '../ipc/ipc.gyp:ipc_tests',
696 '../sql/sql.gyp:sql_unittests', 702 '../sql/sql.gyp:sql_unittests',
697 '../sync/sync.gyp:sync_unit_tests', 703 '../sync/sync.gyp:sync_unit_tests',
698 ], 704 ],
699 }], 705 }],
700 ['OS=="mac"', { 706 ['OS=="mac"', {
701 # Exclude dependencies that are not currently implemented. 707 # Exclude dependencies that are not currently implemented.
702 'dependencies!': [ 708 'dependencies!': [
703 '../chrome/chrome.gyp:chrome', 709 '../chrome/chrome.gyp:chrome',
704 '../chrome/chrome.gyp:unit_tests', 710 '../chrome/chrome.gyp:unit_tests',
(...skipping 20 matching lines...) Expand all
725 '../chrome/chrome.gyp:browser_tests_run', 731 '../chrome/chrome.gyp:browser_tests_run',
726 '../chrome/chrome.gyp:sync_integration_tests_run', 732 '../chrome/chrome.gyp:sync_integration_tests_run',
727 '../chrome/chrome.gyp:unit_tests_run', 733 '../chrome/chrome.gyp:unit_tests_run',
728 '../net/net.gyp:net_unittests_run', 734 '../net/net.gyp:net_unittests_run',
729 ], 735 ],
730 }, # target_name: chromium_swarm_tests 736 }, # target_name: chromium_swarm_tests
731 ], 737 ],
732 }], 738 }],
733 ], # conditions 739 ], # conditions
734 } 740 }
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