diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 16:26:42 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 16:26:42 +0000 |
commit | 723547f32143c62cce21abd5c5b5806316824eac (patch) | |
tree | 592330da89cfee7fa730be5baf5cf886530a1930 /DEPS | |
parent | 220cf4d0b875b6c066e3a9bcab152f5572834d4f (diff) | |
download | chromium_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-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |