summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 11:20:57 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-16 11:20:57 +0000
commit0d7734242df28c3a31eec154be017802b0499879 (patch)
tree396502db0e040e7476df53296a0efee1021277bb /DEPS
parentd356d7e1e4cba3c8a1e358d912921c65dbb0942a (diff)
downloadchromium_src-0d7734242df28c3a31eec154be017802b0499879.zip
chromium_src-0d7734242df28c3a31eec154be017802b0499879.tar.gz
chromium_src-0d7734242df28c3a31eec154be017802b0499879.tar.bz2
Move chromium-specific files from leveldb's repository to chromium, stage 2.
Stages: 1. Remove chromium files from leveldb repo. [Done] 2. Put chromium leveldb files in third_party/leveldatabase and leveldb in third_party/leveldatabase/src. Update leveldb references in chrome to use third_party/leveldatabase/src instead of third_party/leveldb. Leave third_party/leveldb so it can be referred to by WebCore.gyp. 3. Change third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp to use third_party/leveldatabase. 4. Delete third_party/leveldb Eventually: 5. Rename third_party/leveldatabase back to third_party/leveldb We can't avoid the leveldb-checkout duplication by just changing third_party/leveldb from an unversioned to a versioned directory. Doing so would break everyone's gclient sync update. BUG=89378 TEST=indexeddb layout and browser tests Review URL: http://codereview.chromium.org/7522008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 1d27ba4..0e3f929 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",