From b4c4604b3722d8dc6ba921b8ec2ea99838b121bc Mon Sep 17 00:00:00 2001 From: cmumford Date: Tue, 18 Nov 2014 12:17:45 -0800 Subject: [PATCH] Roll leveldb 3f7758:803d69 (v1.17 -> v1.18) Upgrading from v1.17 to v1.18: https://github.com/google/leveldb/releases/tag/v1.18 Note: This is the first release from the leveldb mirror of https://github.com/google/leveldb. The prior 1.17 release was from https://chromium.googlesource.com/external/leveldb.git/master which was a mirror of the old Subversion repository at http://leveldb.googlecode.com/svn. More information on this change at https://code.google.com/p/chromium/issues/detail?id=415250. BUG=429209 Review URL: https://codereview.chromium.org/738553002 Cr-Commit-Position: refs/heads/master@{#304661} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 03a05ccd1ca9..e304c8cebab6 100644 --- a/DEPS +++ b/DEPS @@ -154,7 +154,7 @@ deps = { Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341 'src/third_party/leveldatabase/src': - Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb7079070873ece3f30a1e6b', + Var('chromium_git') + '/external/leveldb.git' + '@' + '803d69203a62faf50f1b77897310a3a1fcae712b', 'src/third_party/libc++/trunk': Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcxx_revision'), -- 2.11.4.GIT