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', |
- ], |
- }], |
], |
}], |
], |