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

Unified Diff: net/BUILD.gn

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: Lazily connect to Mojo service and don't automatically set PAC script when reconnecting. 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 | « no previous file | net/base/net_error_list.h » ('j') | net/proxy/proxy_resolver_mojo.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index bfacab909acbd2cee1391808200f75009d64e3bf..d7a6abf17f469f88459849b9cb6bb9047472c9d3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -794,6 +794,9 @@ if (use_v8_in_net && !is_android) {
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",
]
public_deps = [
@@ -1401,6 +1404,7 @@ if (!is_android && !is_win && !is_mac) {
"dns/mojo_host_resolver_impl_unittest.cc",
"proxy/mojo_proxy_resolver_factory_impl_unittest.cc",
"proxy/mojo_proxy_resolver_impl_unittest.cc",
+ "proxy/proxy_resolver_mojo_unittest.cc",
]
}
« no previous file with comments | « no previous file | net/base/net_error_list.h » ('j') | net/proxy/proxy_resolver_mojo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698