diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:56:32 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 21:56:32 +0000 |
commit | d4905e2e68cb434f9b3cbea9726eeaf23b1ecb00 (patch) | |
tree | 0252099f7e9b2eaa1f0df3166da7933d761b4b55 /content/content_browser.gypi | |
parent | 067a16671a1faf2f460f5ebbddfbfb5d933c5cec (diff) | |
download | chromium_src-d4905e2e68cb434f9b3cbea9726eeaf23b1ecb00.zip chromium_src-d4905e2e68cb434f9b3cbea9726eeaf23b1ecb00.tar.gz chromium_src-d4905e2e68cb434f9b3cbea9726eeaf23b1ecb00.tar.bz2 |
ObfuscatedFileSystemFileUtil class
This is functional and reasonably well-tested, but we'll still have to adapt the system a bit in order to use it.
BUG=none
TEST=included unit tests
Review URL: http://codereview.chromium.org/6955013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 79c0c63..c930b44 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -13,6 +13,8 @@ '../ppapi/ppapi_internal.gyp:ppapi_proxy', '../skia/skia.gyp:skia', '../third_party/flac/flac.gyp:libflac', + # TODO(ericu): remove leveldb ref after crbug.com/6955013 is fixed. + '../third_party/leveldb/leveldb.gyp:leveldb', '../third_party/speex/speex.gyp:libspeex', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', '../third_party/zlib/zlib.gyp:zlib', |