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

Unified Diff: build/common.gypi

Issue 606033002: Make FTS2 inclusion in SQLite optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | sql/sql.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ff91ec6f5b981641baa597a9a6de085e879fde48..4b33c5a2249bd3944f45b77069c6b9d1b4f3699c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1617,6 +1617,7 @@
'enable_web_speech%': 0,
'use_system_libxml%': 1,
'use_system_sqlite%': 1,
+ 'sqlite_enable_fts2%': 0,
'locales==': [
'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'es-MX',
'fi', 'fr', 'he', 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms',
@@ -2336,6 +2337,10 @@
}],
],
+ # fts2 is used for older history files, so we're signed on for keeping our
+ # version up-to-date.
+ 'sqlite_enable_fts2%': 1,
erikwright (departed) 2014/09/30 14:08:44 I think there should be a variable named "support_
+
# The path to the ANGLE library.
'angle_path': '<(DEPTH)/third_party/angle',
« no previous file with comments | « no previous file | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698