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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/net.gypi » ('j') | net/net.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 70a9472251ca01b35d91cb4c75913b762b15dd9d..4253d7b3fd44c3dddc3461bc7aaa0f023ca1395d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1240,6 +1240,9 @@
'sources': [
'dns/mojo_host_resolver_impl.cc',
'dns/mojo_host_resolver_impl.h',
+ 'proxy/mojo_proxy_resolver_factory.h',
+ 'proxy/proxy_resolver_mojo.cc',
+ 'proxy/proxy_resolver_mojo.h',
],
'dependencies': [
'mojo_type_converters',
« 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