diff options
author | digit@chromium.org <digit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 07:48:31 +0000 |
---|---|---|
committer | digit@chromium.org <digit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 07:48:31 +0000 |
commit | 8f9e0d355f83ad8383da9e234a3d61367442ebe7 (patch) | |
tree | 0d1536da654c256211b2a80e7995953ce98ab0ba /DEPS | |
parent | 3d88ee4c89ae881722816b7f325b45466db281e6 (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |