diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 14:21:44 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 14:21:44 +0000 |
commit | 537e965d1e0780597ca6e3a21d43893097a3733c (patch) | |
tree | 9f784d63a3b27d5e46adcabef889a9ab237e8d2b /DEPS | |
parent | 475a248df1a971a2b5a3e840f6eea96ca7d8cf2d (diff) | |
download | chromium_src-537e965d1e0780597ca6e3a21d43893097a3733c.zip chromium_src-537e965d1e0780597ca6e3a21d43893097a3733c.tar.gz chromium_src-537e965d1e0780597ca6e3a21d43893097a3733c.tar.bz2 |
Update OpenSSL to r105093 to pick up:
------------------------------------------------------------------------
r105093 | agl@chromium.org | 2011-10-12 12:38:57 -0400 (Wed, 12 Oct 2011) | 6 lines
Include POSIX systems that aren't Linux.
http://codereview.chromium.org/8233003/
Patch-by: Robert Nagy
------------------------------------------------------------------------
Review URL: http://codereview.chromium.org/8392035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -386,7 +386,7 @@ deps_os = { (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@8", "src/third_party/openssl": - "/trunk/deps/third_party/openssl@101988", + "/trunk/deps/third_party/openssl@105093", "src/third_party/WebKit/Tools/gdb": Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |