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

Unified Diff: net/net.gyp

Issue 21368005: Detect domain-specific resolvers on OS X and disable DnsClient in such cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add unhandled_options to NetLog Created 7 years, 4 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 a973e0808726a40559b8f0a4f1ea9dab4ce9f867..2e186729c943fd5ec668cca74d3b2b12019547a9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1379,6 +1379,9 @@
'sources!': [
'ssl/client_cert_store_impl_nss.cc',
],
+ 'sources' : [
+ 'third_party/apple_dnsinfo/dnsinfo.h',
+ ],
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',

Powered by Google App Engine
This is Rietveld 408576698