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

Side by Side Diff: build/all.gyp

Issue 68323005: Build libaddressinput in Chrome for requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | third_party/libaddressinput/README.chromium » ('j') | 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 '../gpu/gpu.gyp:gpu_unittests', 250 '../gpu/gpu.gyp:gpu_unittests',
251 '../ipc/ipc.gyp:ipc_tests', 251 '../ipc/ipc.gyp:ipc_tests',
252 '../jingle/jingle.gyp:jingle_unittests', 252 '../jingle/jingle.gyp:jingle_unittests',
253 '../media/media.gyp:media_unittests', 253 '../media/media.gyp:media_unittests',
254 '../mojo/mojo.gyp:mojo', 254 '../mojo/mojo.gyp:mojo',
255 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 255 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
256 '../remoting/remoting.gyp:remoting_unittests', 256 '../remoting/remoting.gyp:remoting_unittests',
257 '../sync/sync.gyp:sync_unit_tests', 257 '../sync/sync.gyp:sync_unit_tests',
258 '../third_party/WebKit/public/all.gyp:all_blink', 258 '../third_party/WebKit/public/all.gyp:all_blink',
259 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 259 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
260 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
260 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 261 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
261 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 262 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
262 ], 263 ],
263 }], 264 }],
264 ['OS=="win"', { 265 ['OS=="win"', {
265 'dependencies': [ 266 'dependencies': [
266 '../chrome/chrome.gyp:crash_service', 267 '../chrome/chrome.gyp:crash_service',
267 '../chrome/chrome.gyp:installer_util_unittests', 268 '../chrome/chrome.gyp:installer_util_unittests',
268 '../chrome/chrome.gyp:mini_installer_test', 269 '../chrome/chrome.gyp:mini_installer_test',
269 # mini_installer_tests depends on mini_installer. This should be 270 # mini_installer_tests depends on mini_installer. This should be
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '../ipc/ipc.gyp:ipc_tests', 671 '../ipc/ipc.gyp:ipc_tests',
671 '../jingle/jingle.gyp:jingle_unittests', 672 '../jingle/jingle.gyp:jingle_unittests',
672 '../media/media.gyp:media_unittests', 673 '../media/media.gyp:media_unittests',
673 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 674 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
674 '../printing/printing.gyp:printing_unittests', 675 '../printing/printing.gyp:printing_unittests',
675 '../remoting/remoting.gyp:remoting_unittests', 676 '../remoting/remoting.gyp:remoting_unittests',
676 '../rlz/rlz.gyp:*', 677 '../rlz/rlz.gyp:*',
677 '../sql/sql.gyp:sql_unittests', 678 '../sql/sql.gyp:sql_unittests',
678 '../sync/sync.gyp:sync_unit_tests', 679 '../sync/sync.gyp:sync_unit_tests',
679 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 680 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
681 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
680 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 682 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
681 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 683 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
682 '../ui/ui_unittests.gyp:ui_unittests', 684 '../ui/ui_unittests.gyp:ui_unittests',
683 '../url/url.gyp:url_unittests', 685 '../url/url.gyp:url_unittests',
684 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 686 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
685 ], 687 ],
686 }, 688 },
687 { 689 {
688 'target_name': 'chromium_builder_rel', 690 'target_name': 'chromium_builder_rel',
689 'type': 'none', 691 'type': 'none',
(...skipping 13 matching lines...) Expand all
703 '../gpu/gpu.gyp:gpu_unittests', 705 '../gpu/gpu.gyp:gpu_unittests',
704 '../ipc/ipc.gyp:ipc_tests', 706 '../ipc/ipc.gyp:ipc_tests',
705 '../jingle/jingle.gyp:jingle_unittests', 707 '../jingle/jingle.gyp:jingle_unittests',
706 '../media/media.gyp:media_unittests', 708 '../media/media.gyp:media_unittests',
707 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 709 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
708 '../printing/printing.gyp:printing_unittests', 710 '../printing/printing.gyp:printing_unittests',
709 '../remoting/remoting.gyp:remoting_unittests', 711 '../remoting/remoting.gyp:remoting_unittests',
710 '../sql/sql.gyp:sql_unittests', 712 '../sql/sql.gyp:sql_unittests',
711 '../sync/sync.gyp:sync_unit_tests', 713 '../sync/sync.gyp:sync_unit_tests',
712 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 714 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
715 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
713 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 716 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
714 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 717 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
715 '../ui/ui_unittests.gyp:ui_unittests', 718 '../ui/ui_unittests.gyp:ui_unittests',
716 '../url/url.gyp:url_unittests', 719 '../url/url.gyp:url_unittests',
717 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 720 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
718 ], 721 ],
719 }, 722 },
720 { 723 {
721 'target_name': 'chromium_builder_dbg_tsan_mac', 724 'target_name': 'chromium_builder_dbg_tsan_mac',
722 'type': 'none', 725 'type': 'none',
723 'dependencies': [ 726 'dependencies': [
724 '../base/base.gyp:base_unittests', 727 '../base/base.gyp:base_unittests',
725 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 728 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
726 '../crypto/crypto.gyp:crypto_unittests', 729 '../crypto/crypto.gyp:crypto_unittests',
727 '../ipc/ipc.gyp:ipc_tests', 730 '../ipc/ipc.gyp:ipc_tests',
728 '../jingle/jingle.gyp:jingle_unittests', 731 '../jingle/jingle.gyp:jingle_unittests',
729 '../media/media.gyp:media_unittests', 732 '../media/media.gyp:media_unittests',
730 '../net/net.gyp:net_unittests', 733 '../net/net.gyp:net_unittests',
731 '../printing/printing.gyp:printing_unittests', 734 '../printing/printing.gyp:printing_unittests',
732 '../remoting/remoting.gyp:remoting_unittests', 735 '../remoting/remoting.gyp:remoting_unittests',
733 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 736 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
737 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
734 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 738 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
735 '../url/url.gyp:url_unittests', 739 '../url/url.gyp:url_unittests',
736 ], 740 ],
737 }, 741 },
738 { 742 {
739 # TODO(dpranke): Update the bots to refer to 'chromium_builder_asan'. 743 # TODO(dpranke): Update the bots to refer to 'chromium_builder_asan'.
740 'target_name': 'chromium_builder_asan_mac', 744 'target_name': 'chromium_builder_asan_mac',
741 'type': 'none', 745 'type': 'none',
742 'dependencies': [ 746 'dependencies': [
743 'chromium_builder_asan' 747 'chromium_builder_asan'
(...skipping 13 matching lines...) Expand all
757 '../ipc/ipc.gyp:ipc_tests', 761 '../ipc/ipc.gyp:ipc_tests',
758 '../jingle/jingle.gyp:jingle_unittests', 762 '../jingle/jingle.gyp:jingle_unittests',
759 '../media/media.gyp:media_unittests', 763 '../media/media.gyp:media_unittests',
760 '../net/net.gyp:net_unittests', 764 '../net/net.gyp:net_unittests',
761 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 765 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
762 '../printing/printing.gyp:printing_unittests', 766 '../printing/printing.gyp:printing_unittests',
763 '../remoting/remoting.gyp:remoting_unittests', 767 '../remoting/remoting.gyp:remoting_unittests',
764 '../sql/sql.gyp:sql_unittests', 768 '../sql/sql.gyp:sql_unittests',
765 '../sync/sync.gyp:sync_unit_tests', 769 '../sync/sync.gyp:sync_unit_tests',
766 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 770 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
771 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
767 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 772 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
768 '../ui/ui_unittests.gyp:ui_unittests', 773 '../ui/ui_unittests.gyp:ui_unittests',
769 '../url/url.gyp:url_unittests', 774 '../url/url.gyp:url_unittests',
770 ], 775 ],
771 }, 776 },
772 ], # targets 777 ], # targets
773 }], # OS="mac" 778 }], # OS="mac"
774 ['OS=="win"', { 779 ['OS=="win"', {
775 'targets': [ 780 'targets': [
776 # These targets are here so the build bots can use them to build 781 # These targets are here so the build bots can use them to build
(...skipping 26 matching lines...) Expand all
803 '../gpu/gpu.gyp:gpu_unittests', 808 '../gpu/gpu.gyp:gpu_unittests',
804 '../ipc/ipc.gyp:ipc_tests', 809 '../ipc/ipc.gyp:ipc_tests',
805 '../jingle/jingle.gyp:jingle_unittests', 810 '../jingle/jingle.gyp:jingle_unittests',
806 '../media/media.gyp:media_unittests', 811 '../media/media.gyp:media_unittests',
807 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 812 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
808 '../printing/printing.gyp:printing_unittests', 813 '../printing/printing.gyp:printing_unittests',
809 '../remoting/remoting.gyp:remoting_unittests', 814 '../remoting/remoting.gyp:remoting_unittests',
810 '../sql/sql.gyp:sql_unittests', 815 '../sql/sql.gyp:sql_unittests',
811 '../sync/sync.gyp:sync_unit_tests', 816 '../sync/sync.gyp:sync_unit_tests',
812 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 817 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
818 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
813 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 819 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
814 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 820 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
815 '../ui/events/events.gyp:events_unittests', 821 '../ui/events/events.gyp:events_unittests',
816 '../ui/ui_unittests.gyp:ui_unittests', 822 '../ui/ui_unittests.gyp:ui_unittests',
817 '../ui/views/views.gyp:views_unittests', 823 '../ui/views/views.gyp:views_unittests',
818 '../url/url.gyp:url_unittests', 824 '../url/url.gyp:url_unittests',
819 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 825 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
820 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n', 826 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
821 ], 827 ],
822 'conditions': [ 828 'conditions': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 '../content/content_shell_and_tests.gyp:content_unittests', 870 '../content/content_shell_and_tests.gyp:content_unittests',
865 '../crypto/crypto.gyp:crypto_unittests', 871 '../crypto/crypto.gyp:crypto_unittests',
866 '../ipc/ipc.gyp:ipc_tests', 872 '../ipc/ipc.gyp:ipc_tests',
867 '../jingle/jingle.gyp:jingle_unittests', 873 '../jingle/jingle.gyp:jingle_unittests',
868 '../media/media.gyp:media_unittests', 874 '../media/media.gyp:media_unittests',
869 '../net/net.gyp:net_unittests', 875 '../net/net.gyp:net_unittests',
870 '../printing/printing.gyp:printing_unittests', 876 '../printing/printing.gyp:printing_unittests',
871 '../remoting/remoting.gyp:remoting_unittests', 877 '../remoting/remoting.gyp:remoting_unittests',
872 '../sql/sql.gyp:sql_unittests', 878 '../sql/sql.gyp:sql_unittests',
873 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 879 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
880 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
874 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 881 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
875 '../url/url.gyp:url_unittests', 882 '../url/url.gyp:url_unittests',
876 ], 883 ],
877 }, 884 },
878 { 885 {
879 'target_name': 'chromium_builder_dbg_drmemory_win', 886 'target_name': 'chromium_builder_dbg_drmemory_win',
880 'type': 'none', 887 'type': 'none',
881 'dependencies': [ 888 'dependencies': [
882 '../base/base.gyp:base_unittests', 889 '../base/base.gyp:base_unittests',
883 '../chrome/chrome.gyp:unit_tests', 890 '../chrome/chrome.gyp:unit_tests',
884 '../chrome/chrome.gyp:browser_tests', 891 '../chrome/chrome.gyp:browser_tests',
885 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 892 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
886 '../components/components_tests.gyp:components_unittests', 893 '../components/components_tests.gyp:components_unittests',
887 '../content/content_shell_and_tests.gyp:content_unittests', 894 '../content/content_shell_and_tests.gyp:content_unittests',
888 '../crypto/crypto.gyp:crypto_unittests', 895 '../crypto/crypto.gyp:crypto_unittests',
889 '../device/device_tests.gyp:device_unittests', 896 '../device/device_tests.gyp:device_unittests',
890 '../ipc/ipc.gyp:ipc_tests', 897 '../ipc/ipc.gyp:ipc_tests',
891 '../jingle/jingle.gyp:jingle_unittests', 898 '../jingle/jingle.gyp:jingle_unittests',
892 '../media/media.gyp:media_unittests', 899 '../media/media.gyp:media_unittests',
893 '../net/net.gyp:net_unittests', 900 '../net/net.gyp:net_unittests',
894 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 901 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
895 '../printing/printing.gyp:printing_unittests', 902 '../printing/printing.gyp:printing_unittests',
896 '../remoting/remoting.gyp:remoting_unittests', 903 '../remoting/remoting.gyp:remoting_unittests',
897 '../sql/sql.gyp:sql_unittests', 904 '../sql/sql.gyp:sql_unittests',
898 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 905 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
906 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
899 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 907 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
900 '../url/url.gyp:url_unittests', 908 '../url/url.gyp:url_unittests',
901 ], 909 ],
902 }, 910 },
903 { 911 {
904 'target_name': 'webkit_builder_win', 912 'target_name': 'webkit_builder_win',
905 'type': 'none', 913 'type': 'none',
906 'dependencies': [ 914 'dependencies': [
907 'blink_tests', 915 'blink_tests',
908 ], 916 ],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 '../chrome/chrome.gyp:interactive_ui_tests_run', 1060 '../chrome/chrome.gyp:interactive_ui_tests_run',
1053 '../chrome/chrome.gyp:sync_integration_tests_run', 1061 '../chrome/chrome.gyp:sync_integration_tests_run',
1054 '../chrome/chrome.gyp:unit_tests_run', 1062 '../chrome/chrome.gyp:unit_tests_run',
1055 '../net/net.gyp:net_unittests_run', 1063 '../net/net.gyp:net_unittests_run',
1056 ], 1064 ],
1057 }, # target_name: chromium_swarm_tests 1065 }, # target_name: chromium_swarm_tests
1058 ], 1066 ],
1059 }], 1067 }],
1060 ], # conditions 1068 ], # conditions
1061 } 1069 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libaddressinput/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698