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

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: update net.gyp 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..fa1df92d5779f9dce625a164c02db4869604f45d 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_apsl/dnsinfo.h',
Mark Mentovai 2013/08/06 18:05:28 This path is wrong. You would want to use ../third
szym 2013/08/06 22:14:19 Removed.
+ ],
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',

Powered by Google App Engine
This is Rietveld 408576698