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

Unified Diff: net/BUILD.gn

Issue 904313003: Implement utility-side host resolver Mojo client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-proxy-resolver
Patch Set: 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/dns/host_resolver_mojo.h » ('j') | net/dns/host_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 7fd3369a21f0fa79a984fe6e6b942132e5dd3db3..2750a7fc3c7f8bf3ff4c1bb693a2662ae3dfccc5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -821,6 +821,8 @@ if (use_v8_in_net && !is_android) {
}
static_library("net_utility_services") {
sources = [
+ "dns/host_resolver_mojo.cc",
+ "dns/host_resolver_mojo.h",
"proxy/mojo_proxy_resolver_impl.cc",
"proxy/mojo_proxy_resolver_impl.h",
]
@@ -1373,6 +1375,7 @@ if (!is_android && !is_win && !is_mac) {
]
} else {
sources -= [
+ "dns/host_resolver_mojo_unittest.cc",
"dns/mojo_host_resolver_impl_unittest.cc",
"proxy/mojo_proxy_resolver_impl_unittest.cc",
]
« no previous file with comments | « no previous file | net/dns/host_resolver_mojo.h » ('j') | net/dns/host_resolver_mojo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698