diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 13:43:33 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 13:43:33 +0000 |
commit | b7e6943884528b1c064c06a8809b7bde85bcc851 (patch) | |
tree | b60e071b87b4633ffb9083c066da85224138a27c | |
parent | 14bc0fbc72d44c9f41980abb9eb192495b2f4eaa (diff) | |
download | chromium_src-b7e6943884528b1c064c06a8809b7bde85bcc851.zip chromium_src-b7e6943884528b1c064c06a8809b7bde85bcc851.tar.gz chromium_src-b7e6943884528b1c064c06a8809b7bde85bcc851.tar.bz2 |
Removes SQLite dependency from gfx
(no functional changes, just tidying up gyp).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4396003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65047 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | gfx/gfx.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index f655bdd..dc8c378 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -81,7 +81,6 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjpeg/libjpeg.gyp:libjpeg', '../third_party/libpng/libpng.gyp:libpng', - '../third_party/sqlite/sqlite.gyp:sqlite', '../third_party/zlib/zlib.gyp:zlib', 'gfx_resources', ], |