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

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 6353acc2ef5b181ea385da598703db0783b04acd..4ff0c178f36371203919c804acd65145dd6c8628 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',
],
@@ -1254,6 +1255,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',
],
« net/dns/host_resolver_mojo.cc ('K') | « net/dns/type_converters.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698