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

Side by Side Diff: net/net.gyp

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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
« no previous file with comments | « net/DEPS ('k') | net/test/run_all_unittests.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 # Enables BidirectionalStream; Used in cronet, disabled by default. 9 # Enables BidirectionalStream; Used in cronet, disabled by default.
10 'enable_bidirectional_stream%': 0, 10 'enable_bidirectional_stream%': 0,
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'proxy/proxy_resolver_v8_unittest.cc', 312 'proxy/proxy_resolver_v8_unittest.cc',
313 ], 313 ],
314 }, 314 },
315 ], 315 ],
316 316
317 [ 'use_v8_in_net==1 and OS != "android"', { 317 [ 'use_v8_in_net==1 and OS != "android"', {
318 'dependencies': [ 318 'dependencies': [
319 'net_with_v8', 319 'net_with_v8',
320 'net_browser_services', 320 'net_browser_services',
321 'net_utility_services', 321 'net_utility_services',
322 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 322 '../mojo/mojo_edk.gyp:mojo_system_impl',
323 ], 323 ],
324 }, { # else 324 }, { # else
325 'sources!': [ 325 'sources!': [
326 'dns/host_resolver_mojo_unittest.cc', 326 'dns/host_resolver_mojo_unittest.cc',
327 'dns/mojo_host_resolver_impl_unittest.cc', 327 'dns/mojo_host_resolver_impl_unittest.cc',
328 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', 328 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
329 'proxy/mojo_proxy_resolver_impl_unittest.cc', 329 'proxy/mojo_proxy_resolver_impl_unittest.cc',
330 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc', 330 'proxy/mojo_proxy_resolver_v8_tracing_bindings_unittest.cc',
331 'proxy/proxy_resolver_factory_mojo_unittest.cc', 331 'proxy/proxy_resolver_factory_mojo_unittest.cc',
332 'proxy/proxy_service_mojo_unittest.cc', 332 'proxy/proxy_service_mojo_unittest.cc',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'targets': [ 899 'targets': [
900 { 900 {
901 # GN version: //net/interfaces 901 # GN version: //net/interfaces
902 'target_name': 'net_interfaces', 902 'target_name': 'net_interfaces',
903 'type': 'static_library', 903 'type': 'static_library',
904 'sources': [ 904 'sources': [
905 'interfaces/host_resolver_service.mojom', 905 'interfaces/host_resolver_service.mojom',
906 'interfaces/proxy_resolver_service.mojom', 906 'interfaces/proxy_resolver_service.mojom',
907 ], 907 ],
908 'includes': [ 908 'includes': [
909 '../third_party/mojo/mojom_bindings_generator.gypi', 909 '../mojo/mojom_bindings_generator.gypi',
910 ], 910 ],
911 }, 911 },
912 { 912 {
913 # GN version: //net:net_browser_services 913 # GN version: //net:net_browser_services
914 'target_name': 'net_browser_services', 914 'target_name': 'net_browser_services',
915 'type': 'static_library', 915 'type': 'static_library',
916 'sources': [ 916 'sources': [
917 'dns/mojo_host_resolver_impl.cc', 917 'dns/mojo_host_resolver_impl.cc',
918 'dns/mojo_host_resolver_impl.h', 918 'dns/mojo_host_resolver_impl.h',
919 'proxy/in_process_mojo_proxy_resolver_factory.cc', 919 'proxy/in_process_mojo_proxy_resolver_factory.cc',
920 'proxy/in_process_mojo_proxy_resolver_factory.h', 920 'proxy/in_process_mojo_proxy_resolver_factory.h',
921 'proxy/mojo_proxy_resolver_factory.h', 921 'proxy/mojo_proxy_resolver_factory.h',
922 'proxy/proxy_resolver_factory_mojo.cc', 922 'proxy/proxy_resolver_factory_mojo.cc',
923 'proxy/proxy_resolver_factory_mojo.h', 923 'proxy/proxy_resolver_factory_mojo.h',
924 'proxy/proxy_service_mojo.cc', 924 'proxy/proxy_service_mojo.cc',
925 'proxy/proxy_service_mojo.h', 925 'proxy/proxy_service_mojo.h',
926 ], 926 ],
927 'dependencies': [ 927 'dependencies': [
928 'mojo_type_converters', 928 'mojo_type_converters',
929 'net', 929 'net',
930 'net_interfaces', 930 'net_interfaces',
931 '../mojo/mojo_base.gyp:mojo_common_lib', 931 '../mojo/mojo_base.gyp:mojo_common_lib',
932 '../mojo/mojo_base.gyp:mojo_environment_chromium', 932 '../mojo/mojo_base.gyp:mojo_environment_chromium',
933 '../mojo/mojo_base.gyp:mojo_url_type_converters', 933 '../mojo/mojo_base.gyp:mojo_url_type_converters',
934 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 934 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
935 935
936 # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we 936 # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we
937 # need this dependency since in_process_mojo_proxy_resolver_factory 937 # need this dependency since in_process_mojo_proxy_resolver_factory
938 # creates the utility process side Mojo services in the browser 938 # creates the utility process side Mojo services in the browser
939 # process. Ultimately, this will go away when we only support 939 # process. Ultimately, this will go away when we only support
940 # out-of-process. 940 # out-of-process.
941 'net_utility_services', 941 'net_utility_services',
942 ], 942 ],
943 }, 943 },
944 { 944 {
945 # GN version: //net:net_utility_services 945 # GN version: //net:net_utility_services
946 'target_name': 'net_utility_services', 946 'target_name': 'net_utility_services',
947 'type': 'static_library', 947 'type': 'static_library',
948 'sources': [ 948 'sources': [
949 'dns/host_resolver_mojo.cc', 949 'dns/host_resolver_mojo.cc',
950 'dns/host_resolver_mojo.h', 950 'dns/host_resolver_mojo.h',
951 'proxy/mojo_proxy_resolver_factory_impl.cc', 951 'proxy/mojo_proxy_resolver_factory_impl.cc',
952 'proxy/mojo_proxy_resolver_factory_impl.h', 952 'proxy/mojo_proxy_resolver_factory_impl.h',
953 'proxy/mojo_proxy_resolver_impl.cc', 953 'proxy/mojo_proxy_resolver_impl.cc',
954 'proxy/mojo_proxy_resolver_impl.h', 954 'proxy/mojo_proxy_resolver_impl.h',
955 'proxy/mojo_proxy_resolver_v8_tracing_bindings.h', 955 'proxy/mojo_proxy_resolver_v8_tracing_bindings.h',
956 ], 956 ],
957 'dependencies': [ 957 'dependencies': [
958 'mojo_type_converters', 958 'mojo_type_converters',
959 'net_interfaces', 959 'net_interfaces',
960 'net_with_v8', 960 'net_with_v8',
961 '../mojo/mojo_base.gyp:mojo_url_type_converters', 961 '../mojo/mojo_base.gyp:mojo_url_type_converters',
962 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 962 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
963 ], 963 ],
964 }, 964 },
965 { 965 {
966 # GN version: //net:mojo_type_converters 966 # GN version: //net:mojo_type_converters
967 'target_name': 'mojo_type_converters', 967 'target_name': 'mojo_type_converters',
968 'type': 'static_library', 968 'type': 'static_library',
969 'sources': [ 969 'sources': [
970 'dns/mojo_host_type_converters.cc', 970 'dns/mojo_host_type_converters.cc',
971 'dns/mojo_host_type_converters.h', 971 'dns/mojo_host_type_converters.h',
972 'proxy/mojo_proxy_type_converters.cc', 972 'proxy/mojo_proxy_type_converters.cc',
973 'proxy/mojo_proxy_type_converters.h', 973 'proxy/mojo_proxy_type_converters.h',
974 ], 974 ],
975 'dependencies': [ 975 'dependencies': [
976 'net', 976 'net',
977 'net_interfaces', 977 'net_interfaces',
978 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 978 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
979 ], 979 ],
980 }, 980 },
981 ], 981 ],
982 }], 982 }],
983 ['OS != "ios" and OS != "android"', { 983 ['OS != "ios" and OS != "android"', {
984 'targets': [ 984 'targets': [
985 # iOS doesn't have the concept of simple executables, these targets 985 # iOS doesn't have the concept of simple executables, these targets
986 # can't be compiled on the platform. 986 # can't be compiled on the platform.
987 { 987 {
988 'target_name': 'crash_cache', 988 'target_name': 'crash_cache',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 '../build/isolate.gypi', 1700 '../build/isolate.gypi',
1701 ], 1701 ],
1702 'sources': [ 1702 'sources': [
1703 'net_unittests.isolate', 1703 'net_unittests.isolate',
1704 ], 1704 ],
1705 }, 1705 },
1706 ], 1706 ],
1707 }], 1707 }],
1708 ], 1708 ],
1709 } 1709 }
OLDNEW
« no previous file with comments | « net/DEPS ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698