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

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.h » ('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 d1dae2cba64ac218cbe636e3b72a9c20558d412d..da4cf9bbe6372d57592d18864fa7f40b0537c818 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -822,6 +822,8 @@ if (use_v8_in_net && !is_android) {
source_set("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",
]
@@ -1374,6 +1376,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.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698