Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: DEPS

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change parameter to const ref Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f3da70ce7dc07c002468a80245cd2f7e23270464..c148ea41b65a7b27ca3dc085cbf3d90f563e8be7 100644
--- a/DEPS
+++ b/DEPS
@@ -79,8 +79,11 @@ 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",
"src/third_party/snappy/src":
(Var("googlecode_url") % "snappy") + "/trunk@37",
« no previous file with comments | « .gitignore ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698