summaryrefslogtreecommitdiffstats
path: root/sql/sql.gyp
diff options
context:
space:
mode:
authorshess <shess@chromium.org>2015-03-11 13:24:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-11 20:25:12 +0000
commit37437cbb433dc0c96691ef7f19880533375703f6 (patch)
treedfe7fcfd62eb834f0ee84c5e97a074a6004a7f8c /sql/sql.gyp
parent3e1269e6e3950185ff3cc791faff3781acc24064 (diff)
downloadchromium_src-37437cbb433dc0c96691ef7f19880533375703f6.zip
chromium_src-37437cbb433dc0c96691ef7f19880533375703f6.tar.gz
chromium_src-37437cbb433dc0c96691ef7f19880533375703f6.tar.bz2
[sql] Stop building fts2.
Long ago, Chromium used fts2 for history full-text search. It was later replaced by fts3, and even later that feature was deleted entirely. fts2 is no longer used in the browser at all, so stop compiling it. Since SQLite is used by WebSQL, in theory this could affect web authors, but WebSQL uses an authorizer to allow only specific virtual table types. fts2 is not one of those types, I have verified manually that fts2 tables cannot be created using WebSQL. BUG=455817 Review URL: https://codereview.chromium.org/999573003 Cr-Commit-Position: refs/heads/master@{#320135}
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r--sql/sql.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp
index 711abf9..825d3d0 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -116,11 +116,6 @@
'../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, ],