diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 17:54:08 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 17:54:08 +0000 |
commit | 4b167a328d35583af35e865e8fcd40dafcb9a55a (patch) | |
tree | be5576688ec34798098589face1075b11f349daf /DEPS | |
parent | 42219753c0e79431d59af4aeeb769730a9fabfbd (diff) | |
download | chromium_src-4b167a328d35583af35e865e8fcd40dafcb9a55a.zip chromium_src-4b167a328d35583af35e865e8fcd40dafcb9a55a.tar.gz chromium_src-4b167a328d35583af35e865e8fcd40dafcb9a55a.tar.bz2 |
Check out deps/third_party/nss and put it at
src/third_party/nss, for Windows only.
R=bradnelson
BUG=28744
TEST=No build errors. The files aren't being used
yet.
Review URL: http://codereview.chromium.org/553064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ deps_os = { # Parses Windows PE/COFF executable format. "src/third_party/pefile": "http://pefile.googlecode.com/svn/trunk@63", + + # NSS, for SSLClientSocketNSS. + "src/third_party/nss": + "/trunk/deps/third_party/nss@36871", }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": |