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

Unified Diff: net/net.gyp

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 | « net/dns/mojo_type_converters.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index c56c52883eb192059d1984caed9e96b9d82fc175..20d363063f37bbcd5cfb640cdea952501dc1b58f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -716,6 +716,7 @@
],
}, { # else
'sources!': [
+ 'dns/host_resolver_mojo_unittest.cc',
'dns/mojo_host_resolver_impl_unittest.cc',
'proxy/mojo_proxy_resolver_impl_unittest.cc',
],
@@ -962,6 +963,7 @@
'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',
@@ -1281,6 +1283,8 @@
'target_name': 'net_utility_services',
'type': 'static_library',
'sources': [
+ 'dns/host_resolver_mojo.cc',
+ 'dns/host_resolver_mojo.h',
'proxy/mojo_proxy_resolver_impl.cc',
'proxy/mojo_proxy_resolver_impl.h',
],
« no previous file with comments | « net/dns/mojo_type_converters.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698