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

Side by Side Diff: net/net.gyp

Issue 917863005: Implementation of ProxyResolver that uses a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sam-v8-pac-utility-proxy
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
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')
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 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 '../third_party/mojo/mojom_bindings_generator.gypi', 1233 '../third_party/mojo/mojom_bindings_generator.gypi',
1234 ], 1234 ],
1235 }, 1235 },
1236 { 1236 {
1237 # GN version: //net:net_browser_services 1237 # GN version: //net:net_browser_services
1238 'target_name': 'net_browser_services', 1238 'target_name': 'net_browser_services',
1239 'type': 'static_library', 1239 'type': 'static_library',
1240 'sources': [ 1240 'sources': [
1241 'dns/mojo_host_resolver_impl.cc', 1241 'dns/mojo_host_resolver_impl.cc',
1242 'dns/mojo_host_resolver_impl.h', 1242 'dns/mojo_host_resolver_impl.h',
1243 'proxy/mojo_proxy_resolver_factory.h',
1244 'proxy/proxy_resolver_mojo.cc',
1245 'proxy/proxy_resolver_mojo.h',
1243 ], 1246 ],
1244 'dependencies': [ 1247 'dependencies': [
1245 'mojo_type_converters', 1248 'mojo_type_converters',
1246 'net', 1249 'net',
1247 'net_interfaces', 1250 'net_interfaces',
1248 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1251 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1249 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1252 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1250 ], 1253 ],
1251 }, 1254 },
1252 { 1255 {
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 '../build/isolate.gypi', 1832 '../build/isolate.gypi',
1830 ], 1833 ],
1831 'sources': [ 1834 'sources': [
1832 'net_unittests.isolate', 1835 'net_unittests.isolate',
1833 ], 1836 ],
1834 }, 1837 },
1835 ], 1838 ],
1836 }], 1839 }],
1837 ], 1840 ],
1838 } 1841 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698