summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 22:32:14 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 22:32:14 +0000
commit19c639102a3748cc8cfcffec595c5b7ac1078f55 (patch)
tree78641f98c8468c723919df7dced4d7d47e967feb /net
parent219bf8070caa97ff4a1e08747c7caf53dc9122c6 (diff)
downloadchromium_src-19c639102a3748cc8cfcffec595c5b7ac1078f55.zip
chromium_src-19c639102a3748cc8cfcffec595c5b7ac1078f55.tar.gz
chromium_src-19c639102a3748cc8cfcffec595c5b7ac1078f55.tar.bz2
Use crnss.dll and crnspr.dll with the component build.
BUG=85776 TEST=none Review URL: http://codereview.chromium.org/7273015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/net.gyp2
-rw-r--r--net/third_party/nss/ssl.gyp1
2 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index f5e9e0d..9134b72 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -798,6 +798,7 @@
'udp/udp_socket_libevent.h',
],
'dependencies': [
+ '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl',
'tld_cleanup',
@@ -816,6 +817,7 @@
],
[ 'OS == "mac"', {
'dependencies': [
+ '../third_party/nss/nss.gyp:nspr',
'../third_party/nss/nss.gyp:nss',
'third_party/nss/ssl.gyp:ssl',
],
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index 81ad724..d7e3f20 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -134,6 +134,7 @@
],
'dependencies': [
'../../../third_party/zlib/zlib.gyp:zlib',
+ '../../../third_party/nss/nss.gyp:nspr',
'../../../third_party/nss/nss.gyp:nss',
],
'direct_dependent_settings': {