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

Side by Side Diff: net/net.gyp

Issue 1076083002: Shut down proxy resolver utility processes when no longer needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proxy-service-with-factory-restart
Patch Set: Created 5 years, 7 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/BUILD.gn ('k') | net/proxy/in_process_mojo_proxy_resolver_factory.h » ('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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 }, 879 },
880 { 880 {
881 # GN version: //net:net_browser_services 881 # GN version: //net:net_browser_services
882 'target_name': 'net_browser_services', 882 'target_name': 'net_browser_services',
883 'type': 'static_library', 883 'type': 'static_library',
884 'sources': [ 884 'sources': [
885 'dns/mojo_host_resolver_impl.cc', 885 'dns/mojo_host_resolver_impl.cc',
886 'dns/mojo_host_resolver_impl.h', 886 'dns/mojo_host_resolver_impl.h',
887 'proxy/in_process_mojo_proxy_resolver_factory.cc', 887 'proxy/in_process_mojo_proxy_resolver_factory.cc',
888 'proxy/in_process_mojo_proxy_resolver_factory.h', 888 'proxy/in_process_mojo_proxy_resolver_factory.h',
889 'proxy/mojo_proxy_resolver_factory.h',
889 'proxy/proxy_resolver_mojo.cc', 890 'proxy/proxy_resolver_mojo.cc',
890 'proxy/proxy_resolver_mojo.h', 891 'proxy/proxy_resolver_mojo.h',
891 'proxy/proxy_service_mojo.cc', 892 'proxy/proxy_service_mojo.cc',
892 'proxy/proxy_service_mojo.h', 893 'proxy/proxy_service_mojo.h',
893 ], 894 ],
894 'dependencies': [ 895 'dependencies': [
895 'mojo_type_converters', 896 'mojo_type_converters',
896 'net', 897 'net',
897 'net_interfaces', 898 'net_interfaces',
898 '../mojo/mojo_base.gyp:mojo_common_lib', 899 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 '../build/isolate.gypi', 1527 '../build/isolate.gypi',
1527 ], 1528 ],
1528 'sources': [ 1529 'sources': [
1529 'net_unittests.isolate', 1530 'net_unittests.isolate',
1530 ], 1531 ],
1531 }, 1532 },
1532 ], 1533 ],
1533 }], 1534 }],
1534 ], 1535 ],
1535 } 1536 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/proxy/in_process_mojo_proxy_resolver_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698