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

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..4d885382c3aba384ed952b4239ee851caea218e5 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',
],

Powered by Google App Engine
This is Rietveld 408576698