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

Side by Side Diff: net/net.gyp

Issue 918933002: Implement utility-side proxy resolver factory Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host-resolver-mojo
Patch Set: rebase Created 5 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
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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'dependencies': [ 712 'dependencies': [
713 'net_with_v8', 713 'net_with_v8',
714 'net_browser_services', 714 'net_browser_services',
715 'net_utility_services', 715 'net_utility_services',
716 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 716 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
717 ], 717 ],
718 }, { # else 718 }, { # else
719 'sources!': [ 719 'sources!': [
720 'dns/host_resolver_mojo_unittest.cc', 720 'dns/host_resolver_mojo_unittest.cc',
721 'dns/mojo_host_resolver_impl_unittest.cc', 721 'dns/mojo_host_resolver_impl_unittest.cc',
722 'proxy/mojo_proxy_resolver_factory_unittest.cc',
722 'proxy/mojo_proxy_resolver_impl_unittest.cc', 723 'proxy/mojo_proxy_resolver_impl_unittest.cc',
723 ], 724 ],
724 }, 725 },
725 ], 726 ],
726 727
727 [ 'enable_mdns != 1', { 728 [ 'enable_mdns != 1', {
728 'sources!' : [ 729 'sources!' : [
729 'dns/mdns_cache_unittest.cc', 730 'dns/mdns_cache_unittest.cc',
730 'dns/mdns_client_unittest.cc', 731 'dns/mdns_client_unittest.cc',
731 'dns/mdns_query_unittest.cc', 732 'dns/mdns_query_unittest.cc',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1251 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1251 ], 1252 ],
1252 }, 1253 },
1253 { 1254 {
1254 # GN version: //net:net_utility_services 1255 # GN version: //net:net_utility_services
1255 'target_name': 'net_utility_services', 1256 'target_name': 'net_utility_services',
1256 'type': 'static_library', 1257 'type': 'static_library',
1257 'sources': [ 1258 'sources': [
1258 'dns/host_resolver_mojo.cc', 1259 'dns/host_resolver_mojo.cc',
1259 'dns/host_resolver_mojo.h', 1260 'dns/host_resolver_mojo.h',
1261 'proxy/mojo_proxy_resolver_factory.cc',
1262 'proxy/mojo_proxy_resolver_factory.h',
1260 'proxy/mojo_proxy_resolver_impl.cc', 1263 'proxy/mojo_proxy_resolver_impl.cc',
1261 'proxy/mojo_proxy_resolver_impl.h', 1264 'proxy/mojo_proxy_resolver_impl.h',
1262 ], 1265 ],
1263 'dependencies': [ 1266 'dependencies': [
1264 'mojo_type_converters', 1267 'mojo_type_converters',
1265 'net', 1268 'net',
1266 'net_interfaces', 1269 'net_interfaces',
1267 '../mojo/mojo_base.gyp:mojo_common_lib', 1270 '../mojo/mojo_base.gyp:mojo_common_lib',
1268 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1271 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1269 ], 1272 ],
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 '../build/isolate.gypi', 1835 '../build/isolate.gypi',
1833 ], 1836 ],
1834 'sources': [ 1837 'sources': [
1835 'net_unittests.isolate', 1838 'net_unittests.isolate',
1836 ], 1839 ],
1837 }, 1840 },
1838 ], 1841 ],
1839 }], 1842 }],
1840 ], 1843 ],
1841 } 1844 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/proxy/mojo_proxy_resolver_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698