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

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: 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 | « no previous file | net/net.gyp » ('j') | net/net.gypi » ('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 13775ac110ace30847561a7547af66ffa65b4a4a..da24d024d073309e0d9464ec9f4c1ad723118be3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -791,6 +791,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 = [
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698