OLD | NEW |
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 ['use_openssl==0', { | 186 ['use_openssl==0', { |
187 'dependencies': [ | 187 'dependencies': [ |
188 '../net/third_party/nss/ssl.gyp:*', | 188 '../net/third_party/nss/ssl.gyp:*', |
189 ], | 189 ], |
190 }], | 190 }], |
191 ['enable_app_list==1', { | 191 ['enable_app_list==1', { |
192 'dependencies': [ | 192 'dependencies': [ |
193 '../ui/app_list/app_list.gyp:*', | 193 '../ui/app_list/app_list.gyp:*', |
194 ], | 194 ], |
195 }], | 195 }], |
| 196 ['OS!="android" and OS!="ios"', { |
| 197 'dependencies': [ |
| 198 '../google_apis/gcm/gcm.gyp:*', |
| 199 ], |
| 200 }], |
196 ], | 201 ], |
197 }, # target_name: All | 202 }, # target_name: All |
198 { | 203 { |
199 'target_name': 'All_syzygy', | 204 'target_name': 'All_syzygy', |
200 'type': 'none', | 205 'type': 'none', |
201 'conditions': [ | 206 'conditions': [ |
202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { | 207 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { |
203 'dependencies': [ | 208 'dependencies': [ |
204 '../chrome/installer/mini_installer_syzygy.gyp:*', | 209 '../chrome/installer/mini_installer_syzygy.gyp:*', |
205 ], | 210 ], |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 'dependencies': [ | 335 'dependencies': [ |
331 '../ui/app_list/app_list.gyp:app_list_unittests', | 336 '../ui/app_list/app_list.gyp:app_list_unittests', |
332 '../ui/message_center/message_center.gyp:*', | 337 '../ui/message_center/message_center.gyp:*', |
333 ], | 338 ], |
334 }], | 339 }], |
335 ['test_isolation_mode != "noop"', { | 340 ['test_isolation_mode != "noop"', { |
336 'dependencies': [ | 341 'dependencies': [ |
337 'chromium_swarm_tests', | 342 'chromium_swarm_tests', |
338 ], | 343 ], |
339 }], | 344 }], |
| 345 ['OS!="android" and OS!="ios"', { |
| 346 'dependencies': [ |
| 347 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 348 ], |
| 349 }], |
340 ], | 350 ], |
341 }, # target_name: chromium_builder_tests | 351 }, # target_name: chromium_builder_tests |
342 { | 352 { |
343 'target_name': 'chromium_2010_builder_tests', | 353 'target_name': 'chromium_2010_builder_tests', |
344 'type': 'none', | 354 'type': 'none', |
345 'dependencies': [ | 355 'dependencies': [ |
346 'chromium_builder_tests', | 356 'chromium_builder_tests', |
347 ], | 357 ], |
348 }, # target_name: chromium_2010_builder_tests | 358 }, # target_name: chromium_2010_builder_tests |
349 ], | 359 ], |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 '../cc/cc_tests.gyp:cc_unittests', | 583 '../cc/cc_tests.gyp:cc_unittests', |
574 '../chrome/chrome.gyp:browser_tests', | 584 '../chrome/chrome.gyp:browser_tests', |
575 '../chrome/chrome.gyp:interactive_ui_tests', | 585 '../chrome/chrome.gyp:interactive_ui_tests', |
576 '../chrome/chrome.gyp:sync_integration_tests', | 586 '../chrome/chrome.gyp:sync_integration_tests', |
577 '../chrome/chrome.gyp:unit_tests', | 587 '../chrome/chrome.gyp:unit_tests', |
578 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 588 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
579 '../components/components.gyp:components_unittests', | 589 '../components/components.gyp:components_unittests', |
580 '../content/content_shell_and_tests.gyp:content_browsertests', | 590 '../content/content_shell_and_tests.gyp:content_browsertests', |
581 '../content/content_shell_and_tests.gyp:content_unittests', | 591 '../content/content_shell_and_tests.gyp:content_unittests', |
582 '../device/device_tests.gyp:device_unittests', | 592 '../device/device_tests.gyp:device_unittests', |
| 593 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
583 '../gpu/gpu.gyp:gpu_unittests', | 594 '../gpu/gpu.gyp:gpu_unittests', |
584 '../ipc/ipc.gyp:ipc_tests', | 595 '../ipc/ipc.gyp:ipc_tests', |
585 '../jingle/jingle.gyp:jingle_unittests', | 596 '../jingle/jingle.gyp:jingle_unittests', |
586 '../media/media.gyp:media_unittests', | 597 '../media/media.gyp:media_unittests', |
587 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 598 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
588 '../printing/printing.gyp:printing_unittests', | 599 '../printing/printing.gyp:printing_unittests', |
589 '../remoting/remoting.gyp:remoting_unittests', | 600 '../remoting/remoting.gyp:remoting_unittests', |
590 '../rlz/rlz.gyp:*', | 601 '../rlz/rlz.gyp:*', |
591 '../sql/sql.gyp:sql_unittests', | 602 '../sql/sql.gyp:sql_unittests', |
592 '../sync/sync.gyp:sync_unit_tests', | 603 '../sync/sync.gyp:sync_unit_tests', |
(...skipping 13 matching lines...) Expand all Loading... |
606 '../chrome/chrome.gyp:browser_tests', | 617 '../chrome/chrome.gyp:browser_tests', |
607 '../chrome/chrome.gyp:performance_browser_tests', | 618 '../chrome/chrome.gyp:performance_browser_tests', |
608 '../chrome/chrome.gyp:performance_ui_tests', | 619 '../chrome/chrome.gyp:performance_ui_tests', |
609 '../chrome/chrome.gyp:sync_integration_tests', | 620 '../chrome/chrome.gyp:sync_integration_tests', |
610 '../chrome/chrome.gyp:unit_tests', | 621 '../chrome/chrome.gyp:unit_tests', |
611 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 622 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
612 '../components/components.gyp:components_unittests', | 623 '../components/components.gyp:components_unittests', |
613 '../content/content_shell_and_tests.gyp:content_browsertests', | 624 '../content/content_shell_and_tests.gyp:content_browsertests', |
614 '../content/content_shell_and_tests.gyp:content_unittests', | 625 '../content/content_shell_and_tests.gyp:content_unittests', |
615 '../device/device_tests.gyp:device_unittests', | 626 '../device/device_tests.gyp:device_unittests', |
| 627 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
616 '../gpu/gpu.gyp:gpu_unittests', | 628 '../gpu/gpu.gyp:gpu_unittests', |
617 '../ipc/ipc.gyp:ipc_tests', | 629 '../ipc/ipc.gyp:ipc_tests', |
618 '../jingle/jingle.gyp:jingle_unittests', | 630 '../jingle/jingle.gyp:jingle_unittests', |
619 '../media/media.gyp:media_unittests', | 631 '../media/media.gyp:media_unittests', |
620 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 632 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
621 '../printing/printing.gyp:printing_unittests', | 633 '../printing/printing.gyp:printing_unittests', |
622 '../remoting/remoting.gyp:remoting_unittests', | 634 '../remoting/remoting.gyp:remoting_unittests', |
623 '../sql/sql.gyp:sql_unittests', | 635 '../sql/sql.gyp:sql_unittests', |
624 '../sync/sync.gyp:sync_unit_tests', | 636 '../sync/sync.gyp:sync_unit_tests', |
625 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 637 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 '../chrome/chrome.gyp:unit_tests', | 676 '../chrome/chrome.gyp:unit_tests', |
665 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 677 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
666 '../components/components.gyp:components_unittests', | 678 '../components/components.gyp:components_unittests', |
667 '../content/content_shell_and_tests.gyp:content_unittests', | 679 '../content/content_shell_and_tests.gyp:content_unittests', |
668 '../crypto/crypto.gyp:crypto_unittests', | 680 '../crypto/crypto.gyp:crypto_unittests', |
669 '../device/device_tests.gyp:device_unittests', | 681 '../device/device_tests.gyp:device_unittests', |
670 '../ipc/ipc.gyp:ipc_tests', | 682 '../ipc/ipc.gyp:ipc_tests', |
671 '../jingle/jingle.gyp:jingle_unittests', | 683 '../jingle/jingle.gyp:jingle_unittests', |
672 '../media/media.gyp:media_unittests', | 684 '../media/media.gyp:media_unittests', |
673 '../net/net.gyp:net_unittests', | 685 '../net/net.gyp:net_unittests', |
| 686 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
674 '../printing/printing.gyp:printing_unittests', | 687 '../printing/printing.gyp:printing_unittests', |
675 '../remoting/remoting.gyp:remoting_unittests', | 688 '../remoting/remoting.gyp:remoting_unittests', |
676 '../sql/sql.gyp:sql_unittests', | 689 '../sql/sql.gyp:sql_unittests', |
677 '../sync/sync.gyp:sync_unit_tests', | 690 '../sync/sync.gyp:sync_unit_tests', |
678 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 691 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
679 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 692 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
680 '../ui/ui.gyp:ui_unittests', | 693 '../ui/ui.gyp:ui_unittests', |
681 '../url/url.gyp:url_unittests', | 694 '../url/url.gyp:url_unittests', |
682 ], | 695 ], |
683 }, | 696 }, |
(...skipping 20 matching lines...) Expand all Loading... |
704 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 717 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
705 '../components/components.gyp:components_unittests', | 718 '../components/components.gyp:components_unittests', |
706 '../content/content_shell_and_tests.gyp:content_browsertests', | 719 '../content/content_shell_and_tests.gyp:content_browsertests', |
707 '../content/content_shell_and_tests.gyp:content_unittests', | 720 '../content/content_shell_and_tests.gyp:content_unittests', |
708 # mini_installer_tests depends on mini_installer. This should be | 721 # mini_installer_tests depends on mini_installer. This should be |
709 # defined in installer.gyp. | 722 # defined in installer.gyp. |
710 '../chrome/installer/mini_installer.gyp:mini_installer', | 723 '../chrome/installer/mini_installer.gyp:mini_installer', |
711 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 724 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
712 '../courgette/courgette.gyp:courgette_unittests', | 725 '../courgette/courgette.gyp:courgette_unittests', |
713 '../device/device_tests.gyp:device_unittests', | 726 '../device/device_tests.gyp:device_unittests', |
| 727 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
714 '../gpu/gpu.gyp:gpu_unittests', | 728 '../gpu/gpu.gyp:gpu_unittests', |
715 '../ipc/ipc.gyp:ipc_tests', | 729 '../ipc/ipc.gyp:ipc_tests', |
716 '../jingle/jingle.gyp:jingle_unittests', | 730 '../jingle/jingle.gyp:jingle_unittests', |
717 '../media/media.gyp:media_unittests', | 731 '../media/media.gyp:media_unittests', |
718 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 732 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
719 '../printing/printing.gyp:printing_unittests', | 733 '../printing/printing.gyp:printing_unittests', |
720 '../remoting/remoting.gyp:remoting_unittests', | 734 '../remoting/remoting.gyp:remoting_unittests', |
721 '../sql/sql.gyp:sql_unittests', | 735 '../sql/sql.gyp:sql_unittests', |
722 '../sync/sync.gyp:sync_unit_tests', | 736 '../sync/sync.gyp:sync_unit_tests', |
723 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 737 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 '../chrome/chrome.gyp:browser_tests', | 808 '../chrome/chrome.gyp:browser_tests', |
795 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 809 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
796 '../components/components.gyp:components_unittests', | 810 '../components/components.gyp:components_unittests', |
797 '../content/content_shell_and_tests.gyp:content_unittests', | 811 '../content/content_shell_and_tests.gyp:content_unittests', |
798 '../crypto/crypto.gyp:crypto_unittests', | 812 '../crypto/crypto.gyp:crypto_unittests', |
799 '../device/device_tests.gyp:device_unittests', | 813 '../device/device_tests.gyp:device_unittests', |
800 '../ipc/ipc.gyp:ipc_tests', | 814 '../ipc/ipc.gyp:ipc_tests', |
801 '../jingle/jingle.gyp:jingle_unittests', | 815 '../jingle/jingle.gyp:jingle_unittests', |
802 '../media/media.gyp:media_unittests', | 816 '../media/media.gyp:media_unittests', |
803 '../net/net.gyp:net_unittests', | 817 '../net/net.gyp:net_unittests', |
| 818 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
804 '../printing/printing.gyp:printing_unittests', | 819 '../printing/printing.gyp:printing_unittests', |
805 '../remoting/remoting.gyp:remoting_unittests', | 820 '../remoting/remoting.gyp:remoting_unittests', |
806 '../sql/sql.gyp:sql_unittests', | 821 '../sql/sql.gyp:sql_unittests', |
807 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 822 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
808 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 823 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
809 '../url/url.gyp:url_unittests', | 824 '../url/url.gyp:url_unittests', |
810 ], | 825 ], |
811 }, | 826 }, |
812 { | 827 { |
813 'target_name': 'webkit_builder_win', | 828 'target_name': 'webkit_builder_win', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 '../chrome/chrome.gyp:interactive_ui_tests_run', | 984 '../chrome/chrome.gyp:interactive_ui_tests_run', |
970 '../chrome/chrome.gyp:sync_integration_tests_run', | 985 '../chrome/chrome.gyp:sync_integration_tests_run', |
971 '../chrome/chrome.gyp:unit_tests_run', | 986 '../chrome/chrome.gyp:unit_tests_run', |
972 '../net/net.gyp:net_unittests_run', | 987 '../net/net.gyp:net_unittests_run', |
973 ], | 988 ], |
974 }, # target_name: chromium_swarm_tests | 989 }, # target_name: chromium_swarm_tests |
975 ], | 990 ], |
976 }], | 991 }], |
977 ], # conditions | 992 ], # conditions |
978 } | 993 } |
OLD | NEW |