summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 21:41:57 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-19 21:41:57 +0000
commit74a6f5f023e31b6e022504530c952d46e41e2d32 (patch)
tree0165786a5cf829acfd18161d96cd6fea8f71efbe /DEPS
parenta7b8fbab13030565c93275e8222b15e59aeef6f3 (diff)
downloadchromium_src-74a6f5f023e31b6e022504530c952d46e41e2d32.zip
chromium_src-74a6f5f023e31b6e022504530c952d46e41e2d32.tar.gz
chromium_src-74a6f5f023e31b6e022504530c952d46e41e2d32.tar.bz2
Delete third_party/leveldb.
Everything should now be using third_party/leveldatabase. This requires webkit to be rolled past r93278. I'll launch try jobs then. BUG=89378 TEST=llvm/Debug/browser_tests --gtest_filter=ExtensionSettings* Review URL: http://codereview.chromium.org/7677023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 0 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index de11c52..21691ab 100644
--- a/DEPS
+++ b/DEPS
@@ -91,9 +91,6 @@ deps = {
(Var("googlecode_url") % "google-cache-invalidation-api") +
"/trunk/src/google@135",
- # TODO(dgrogan): Remove third_party/leveldb after WebCore.gyp is updated.
- "src/third_party/leveldb":
- (Var("googlecode_url") % "leveldb") + "/trunk@36",
"src/third_party/leveldatabase/src":
(Var("googlecode_url") % "leveldb") + "/trunk@47",