diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 22:29:03 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 22:29:03 +0000 |
commit | 1d075ecac5642dd52fa1fc8f07f08924dd9b6393 (patch) | |
tree | f4c1587f11379cd16728e15f6aad560abdbb56b6 /third_party/sqlite | |
parent | b9363b2794c6f287be68eebb361117cdfbf060ca (diff) | |
download | chromium_src-1d075ecac5642dd52fa1fc8f07f08924dd9b6393.zip chromium_src-1d075ecac5642dd52fa1fc8f07f08924dd9b6393.tar.gz chromium_src-1d075ecac5642dd52fa1fc8f07f08924dd9b6393.tar.bz2 |
Turn on fts3.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2562002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 81acf99..88dd0e0 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -9,8 +9,10 @@ }, 'target_defaults': { 'defines': [ + 'SQLITE_CORE', 'SQLITE_ENABLE_BROKEN_FTS2', 'SQLITE_ENABLE_FTS2', + 'SQLITE_ENABLE_FTS3', 'SQLITE_ENABLE_ICU', 'SQLITE_ENABLE_MEMORY_MANAGEMENT', 'SQLITE_SECURE_DELETE', @@ -190,7 +192,7 @@ 'src/where.c', ], 'sources/': [ - ['exclude', '^ext/(fts[13]|rtree)/'], + ['exclude', '^ext/(fts1|rtree)/'], ['exclude', '(symbian|os2|noop)\\.cc?$'], ], 'sources!': [ |