diff options
author | jsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 18:33:15 +0000 |
---|---|---|
committer | jsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-05 18:33:15 +0000 |
commit | 4b4e6aa376e9674fa659942cb703494a6e0846f1 (patch) | |
tree | b23b208cf8a86924376b2791ed8ab5dc043830ba /third_party/snappy/snappy.gyp | |
parent | 5feeca10ccaad9478485b18b4760a9e80e305c45 (diff) | |
download | chromium_src-4b4e6aa376e9674fa659942cb703494a6e0846f1.zip chromium_src-4b4e6aa376e9674fa659942cb703494a6e0846f1.tar.gz chromium_src-4b4e6aa376e9674fa659942cb703494a6e0846f1.tar.bz2 |
Revert 130967 - Roll snappy r37->r61 and enable snappy for leveldb
BUG=81384
Review URL: http://codereview.chromium.org/9866056
TBR=jsbell@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10007013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/snappy/snappy.gyp')
-rw-r--r-- | third_party/snappy/snappy.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/snappy/snappy.gyp b/third_party/snappy/snappy.gyp index f2e3547..3cdbc26 100644 --- a/third_party/snappy/snappy.gyp +++ b/third_party/snappy/snappy.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -42,6 +42,9 @@ { 'target_name': 'snappy_unittest', 'type': 'executable', + 'dependencies': [ + 'leveldb_testutil', + ], 'sources': [ 'src/snappy-test.cc', 'src/snappy-test.h', |