summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 06:52:35 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-11 06:52:35 +0000
commiteb353ca04e63ad89df7a6e505b71b8bce7f2ac71 (patch)
treee7184e7645d396b380fccb965f8ff0352c177625 /DEPS
parentf6468506924508281c9fb047a9d05fe048140fa9 (diff)
downloadchromium_src-eb353ca04e63ad89df7a6e505b71b8bce7f2ac71.zip
chromium_src-eb353ca04e63ad89df7a6e505b71b8bce7f2ac71.tar.gz
chromium_src-eb353ca04e63ad89df7a6e505b71b8bce7f2ac71.tar.bz2
Roll DEPS for NSS
Including latest local changes to NSS that: 1. Remove IO initialization in NSPR 2. Remove the usage of getaddrinfo() 3. Remove IPv6 probe that creates a IPv6 socket to detect if IPv6 presents. The above changes affect windows only. BUG=None TEST=unit tests Review URL: http://codereview.chromium.org/6813062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 2707779..12d568b 100644
--- a/DEPS
+++ b/DEPS
@@ -256,7 +256,7 @@ deps_os = {
# NSS, for SSLClientSocketNSS.
"src/third_party/nss":
- "/trunk/deps/third_party/nss@79733",
+ "/trunk/deps/third_party/nss@81009",
"src/third_party/swig/win":
"/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
@@ -291,7 +291,7 @@ deps_os = {
# NSS, for SSLClientSocketNSS.
"src/third_party/nss":
- "/trunk/deps/third_party/nss@79733",
+ "/trunk/deps/third_party/nss@81009",
"src/chrome/installer/mac/third_party/xz/xz":
"/trunk/deps/third_party/xz@50504",