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

Unified Diff: third_party/sqlite/BUILD.gn

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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
Index: third_party/sqlite/BUILD.gn
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn
index f4c9a44912fdd05ed6b2ff151a709d4cca8289b4..5e3c8c566ff4832f7b13562d5289303a05d90eb5 100644
--- a/third_party/sqlite/BUILD.gn
+++ b/third_party/sqlite/BUILD.gn
@@ -30,6 +30,8 @@ source_set("sqlite") {
"SQLITE_ENABLE_BROKEN_FTS2",
"SQLITE_ENABLE_FTS2",
"SQLITE_ENABLE_FTS3",
+ "SQLITE_DISABLE_FTS3_UNICODE",
+ "SQLITE_DISABLE_FTS4_DEFERRED",
"SQLITE_ENABLE_ICU",
"SQLITE_ENABLE_MEMORY_MANAGEMENT",
"SQLITE_SECURE_DELETE",

Powered by Google App Engine
This is Rietveld 408576698