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

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') | 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 78c6d5d701ba35ab90a68bc4d24bfec2ffaabb85..351de60bc58fa1a430de5114a4e8c28ef54d2e95 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -657,6 +657,7 @@ source_set("test_support") {
"test/embedded_test_server/http_request.h",
"test/embedded_test_server/http_response.cc",
"test/embedded_test_server/http_response.h",
+ "test/event_waiter.h",
"test/net_test_suite.cc",
"test/net_test_suite.h",
"test/python_utils.cc",
@@ -821,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",
]
@@ -1392,6 +1395,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698