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

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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 8d9e8caabf1e3e24e981606020f96270cb52a1e3..8abe3d9d45f0cf6d5a8d4c88128f937a535d3ddb 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -717,6 +717,7 @@
],
}, { # else
'sources!': [
+ 'dns/host_resolver_mojo_unittest.cc',
'dns/mojo_host_resolver_impl_unittest.cc',
'proxy/mojo_proxy_resolver_impl_unittest.cc',
],
@@ -963,6 +964,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',
@@ -1254,6 +1256,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',
],

Powered by Google App Engine
This is Rietveld 408576698