diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 02:35:10 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 02:35:10 +0000 |
commit | 58c92a190c5f67196fd6889952b5aa57cfb37a27 (patch) | |
tree | 24310a300a38524b70296aeb2f745bddf51a1d08 /DEPS | |
parent | 5e0b48d38da859082e36895201ca19eb47b3f520 (diff) | |
download | chromium_src-58c92a190c5f67196fd6889952b5aa57cfb37a27.zip chromium_src-58c92a190c5f67196fd6889952b5aa57cfb37a27.tar.gz chromium_src-58c92a190c5f67196fd6889952b5aa57cfb37a27.tar.bz2 |
roll nss 90649:93459
The only change is a gyp change that makes nss buildable with the components
build on mac (nss shares a revision namespace with chrome, hence the big
jump in revisions).
BUG=90078
TEST=waterfall stays green
Review URL: http://codereview.chromium.org/7483005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ deps_os = { # NSS, for SSLClientSocketNSS. "src/third_party/nss": - "/trunk/deps/third_party/nss@90649", + "/trunk/deps/third_party/nss@93459", "src/third_party/swig/win": "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |