diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 13:10:10 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-22 13:10:10 +0000 |
commit | addb8de1a5b0fbbfbc32994dc49e140566271184 (patch) | |
tree | 0137503c3f22beb35eceb4e9634a68eb30903bdb /DEPS | |
parent | 6489634ec4be1b6b3e9a733741e7b2cf79895763 (diff) | |
download | chromium_src-addb8de1a5b0fbbfbc32994dc49e140566271184.zip chromium_src-addb8de1a5b0fbbfbc32994dc49e140566271184.tar.gz chromium_src-addb8de1a5b0fbbfbc32994dc49e140566271184.tar.bz2 |
Update nss to pick up http://codereview.chromium.org/8999019/.
R=mattm@chromium.org
BUG=none
TEST=No compilation errors when 'exclude_nss_root_certs' and
'exclude_nss_libpkix' are 1 (the default).
Review URL: http://codereview.chromium.org/9019033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -348,7 +348,7 @@ deps_os = { # NSS, for SSLClientSocketNSS. "src/third_party/nss": - "/trunk/deps/third_party/nss@114554", + "/trunk/deps/third_party/nss@115445", "src/third_party/swig/win": "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), @@ -389,7 +389,7 @@ deps_os = { # NSS, for SSLClientSocketNSS. "src/third_party/nss": - "/trunk/deps/third_party/nss@114554", + "/trunk/deps/third_party/nss@115445", "src/chrome/installer/mac/third_party/xz/xz": "/trunk/deps/third_party/xz@87706", |