summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordigit@chromium.org <digit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 07:48:31 +0000
committerdigit@chromium.org <digit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 07:48:31 +0000
commit8f9e0d355f83ad8383da9e234a3d61367442ebe7 (patch)
tree0d1536da654c256211b2a80e7995953ce98ab0ba /DEPS
parent3d88ee4c89ae881722816b7f325b45466db281e6 (diff)
downloadchromium_src-8f9e0d355f83ad8383da9e234a3d61367442ebe7.zip
chromium_src-8f9e0d355f83ad8383da9e234a3d61367442ebe7.tar.gz
chromium_src-8f9e0d355f83ad8383da9e234a3d61367442ebe7.tar.bz2
Implement leveldb 1.5 InitOnce() port interface.
This modifies the Chromium-specific leveldb portability interface to implement LEVELDB_ONCE_INIT and InitOnce(), which were introduced in leveldb 1.5. The symbols are not used by the existing revision of the library, so this change doesn't need a corresponding DEPS change yet. R=jsbell@chromium.org BUG=131818 TEST= Review URL: https://chromiumcodereview.appspot.com/10544082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 6beb12b..b3564a9 100644
--- a/DEPS
+++ b/DEPS
@@ -117,7 +117,7 @@ deps = {
"/trunk/src/google@218",
"src/third_party/leveldatabase/src":
- (Var("googlecode_url") % "leveldb") + "/trunk@64",
+ (Var("googlecode_url") % "leveldb") + "/trunk@67",
"src/third_party/snappy/src":
(Var("googlecode_url") % "snappy") + "/trunk@37",