summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index f5909ca..171a136 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -81,6 +81,9 @@
# Regrettably, NSS can't be compiled with NO_NSPR_10_SUPPORT yet.
'NO_NSPR_10_SUPPORT',
],
+ 'dependencies': [
+ '../../../third_party/zlib/zlib.gyp:zlib',
+ ],
'msvs_disabled_warnings': [4018, 4244],
'conditions': [
[ 'OS=="mac"', {
@@ -133,7 +136,6 @@
'NSS_PLATFORM_CLIENT_AUTH',
],
'dependencies': [
- '../../../third_party/zlib/zlib.gyp:zlib',
'../../../third_party/nss/nss.gyp:nspr',
'../../../third_party/nss/nss.gyp:nss',
],