Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/sqlite/sqlite.gyp

Issue 999573003: [sql] Stop building fts2. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index d514ebf4b23e96df661b63f9ceeb7c1b3cf1508f..ed64e98d8d0f733939f4f95b799b80fc29dd260e 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -109,14 +109,6 @@
'amalgamation/sqlite3.h',
'amalgamation/sqlite3.c',
],
-
- # TODO(shess): Previously fts1 and rtree files were
- # explicitly excluded from the build. Make sure they are
- # logically still excluded.
-
- # TODO(shess): Should all of the sources be listed and then
- # excluded? For editing purposes?
-
'include_dirs': [
'amalgamation',
],
@@ -172,28 +164,6 @@
'LOCAL_FDO_SUPPORT': 'true',
},
}],
- ['sqlite_enable_fts2', {
- 'defines': [
- 'SQLITE_ENABLE_BROKEN_FTS2',
- 'SQLITE_ENABLE_FTS2',
- ],
- 'sources': [
- # fts2.c currently has a lot of conflicts when added to
- # the amalgamation. It is probably not worth fixing that.
- 'src/ext/fts2/fts2.c',
- 'src/ext/fts2/fts2.h',
- 'src/ext/fts2/fts2_hash.c',
- 'src/ext/fts2/fts2_hash.h',
- 'src/ext/fts2/fts2_icu.c',
- 'src/ext/fts2/fts2_porter.c',
- 'src/ext/fts2/fts2_tokenizer.c',
- 'src/ext/fts2/fts2_tokenizer.h',
- 'src/ext/fts2/fts2_tokenizer1.c',
- ],
- 'include_dirs': [
- 'src/src',
- ],
- }],
],
}],
],
« no previous file with comments | « third_party/sqlite/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698