diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 16:18:16 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 16:18:16 +0000 |
commit | 1e2e67cd2333e2c640da6278d02ee213b91ea23f (patch) | |
tree | 925d3990de5704357e4cf52cddf32dd195bcb320 /DEPS | |
parent | a458c1a063065031d748dddb88f4e4d167675900 (diff) | |
download | chromium_src-1e2e67cd2333e2c640da6278d02ee213b91ea23f.zip chromium_src-1e2e67cd2333e2c640da6278d02ee213b91ea23f.tar.gz chromium_src-1e2e67cd2333e2c640da6278d02ee213b91ea23f.tar.bz2 |
Update DEPS to latest leveldb and snappy
R=hans@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/6840059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,10 +65,10 @@ deps = { "/trunk/src/google@80", "src/third_party/leveldb": - (Var("googlecode_url") % "leveldb") + "/trunk@19", + (Var("googlecode_url") % "leveldb") + "/trunk@21", "src/third_party/snappy/src": - (Var("googlecode_url") % "snappy") + "/trunk@25", + (Var("googlecode_url") % "snappy") + "/trunk@29", "src/tools/gyp": (Var("googlecode_url") % "gyp") + "/trunk@912", |