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

Unified Diff: build/common.gypi

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 | « 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 dcc8a9c60ea6969e93f0b7092f41d545b135bc3a..59089f8c78b7e1424e1dbc0b21ddf3feac5032c8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -815,7 +815,6 @@
'enable_supervised_users%': 0,
'enable_task_manager%': 0,
'use_system_libcxx%': 1,
- 'support_pre_M6_history_database%': 0,
}],
# Use GPU accelerated cross process image transport by default
@@ -1070,9 +1069,6 @@
'google_default_client_secret%': '',
# Native Client is enabled by default.
'disable_nacl%': '0',
-
- # Set to 1 to support old history files
- 'support_pre_M6_history_database%': '1',
},
# Copy conditionally-set variables out one scope.
@@ -1222,7 +1218,6 @@
'use_lto_o2%': '<(use_lto_o2)',
'gold_icf_level%': '<(gold_icf_level)',
'video_hole%': '<(video_hole)',
- 'support_pre_M6_history_database%': '<(support_pre_M6_history_database)',
'v8_use_external_startup_data%': '<(v8_use_external_startup_data)',
'cfi_vptr%': '<(cfi_vptr)',
@@ -2402,9 +2397,6 @@
}],
],
- # older history files use fts2 instead of fts3
- 'sqlite_enable_fts2%': '<(support_pre_M6_history_database)',
-
# 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