From ffdda02dd3b523b35f63c0580fcde3f17cdf1e9a Mon Sep 17 00:00:00 2001 From: the_jk Date: Fri, 3 Oct 2014 04:36:19 -0700 Subject: Make FTS2 inclusion in SQLite optional Only platforms/products that need to support old history files need FTS2 support in the included SQLite library. BUG=418082 R=shess@chromium.org R=michaeln@chromium.org R=erikwright@chromium.org Review URL: https://codereview.chromium.org/606033002 Cr-Commit-Position: refs/heads/master@{#298022} --- sql/sql.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sql/sql.gyp') diff --git a/sql/sql.gyp b/sql/sql.gyp index 5926836..4642457 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -115,6 +115,11 @@ '../testing/android/native_test.gyp:native_test_native_code', ], }], + ['sqlite_enable_fts2', { + 'defines': [ + 'SQLITE_ENABLE_FTS2', + ], + }], ], # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 'msvs_disabled_warnings': [4267, ], -- cgit v1.1