summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 16:26:42 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 16:26:42 +0000
commit723547f32143c62cce21abd5c5b5806316824eac (patch)
tree592330da89cfee7fa730be5baf5cf886530a1930 /DEPS
parent220cf4d0b875b6c066e3a9bcab152f5572834d4f (diff)
downloadchromium_src-723547f32143c62cce21abd5c5b5806316824eac.zip
chromium_src-723547f32143c62cce21abd5c5b5806316824eac.tar.gz
chromium_src-723547f32143c62cce21abd5c5b5806316824eac.tar.bz2
Roll leveldb and snappy deps
TEST=llvm/Debug/browser_tests --gtest_filter=IndexedDBLevel* Review URL: http://codereview.chromium.org/6974003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 075f100..35ff0ec 100644
--- a/DEPS
+++ b/DEPS
@@ -69,10 +69,10 @@ deps = {
"/trunk/src/google@80",
"src/third_party/leveldb":
- (Var("googlecode_url") % "leveldb") + "/trunk@27",
+ (Var("googlecode_url") % "leveldb") + "/trunk@28",
"src/third_party/snappy/src":
- (Var("googlecode_url") % "snappy") + "/trunk@29",
+ (Var("googlecode_url") % "snappy") + "/trunk@37",
"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@917",