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

Unified Diff: third_party/sqlite/sqlite.gyp

Issue 1073293002: [sql] Remove fts2 patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put back SQLITE_CORE only for the icu component for iOS Created 5 years, 8 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/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 183ba11c9b5d3f792652256292513fdcb5d3420d..21245dbae0b915233f0e6403f756d12b4967c52a 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -9,7 +9,6 @@
},
'target_defaults': {
'defines': [
- 'SQLITE_CORE',
'SQLITE_ENABLE_FTS3',
# New unicode61 tokenizer with built-in tables.
'SQLITE_DISABLE_FTS3_UNICODE',
@@ -202,6 +201,10 @@
'../icu/icu.gyp:icui18n',
'../icu/icu.gyp:icuuc',
],
+ 'defines': [
+ # Necessary to statically compile the extension.
+ 'SQLITE_CORE',
+ ],
'sources': [
'src/ext/icu/icu.c',
],

Powered by Google App Engine
This is Rietveld 408576698