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

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: Fix build. Created 5 years, 9 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') | no next file with comments »
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 8ebaaa03a197f1914321219fdc5462095892637e..79188e9a16dcb313d4bbea1220240a0fb2115755 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -798,12 +798,16 @@ 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 = [
":mojo_type_converters",
":net",
"//base",
+ "//mojo/common",
"//net/interfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings",
]
@@ -1405,6 +1409,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698