summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/sqlite.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r--third_party/sqlite/sqlite.gyp30
1 files changed, 21 insertions, 9 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 44ffbab..a94a477 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -57,9 +57,11 @@
'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9',
'sources': [
# This list contains all .h, .c, and .cc files in the directories
- # ext, preprocessed, and src, with the exception of src/shell* and
- # src/test*. Exclusions are applied below in the sources/ and
- # sources! sections.
+ # ext, preprocessed, and src, with the exception of src/lempar.c,
+ # src/shell*, and src/test*. Exclusions are applied below in the
+ # sources/ and sources! sections.
+ 'ext/async/sqlite3async.c',
+ 'ext/async/sqlite3async.h',
'ext/fts1/ft_hash.c',
'ext/fts1/ft_hash.h',
'ext/fts1/fts1.c',
@@ -84,6 +86,8 @@
'ext/fts2/fts2_tokenizer1.c',
'ext/fts3/fts3.c',
'ext/fts3/fts3.h',
+ 'ext/fts3/fts3_expr.c',
+ 'ext/fts3/fts3_expr.h',
'ext/fts3/fts3_hash.c',
'ext/fts3/fts3_hash.h',
'ext/fts3/fts3_icu.c',
@@ -92,6 +96,7 @@
'ext/fts3/fts3_tokenizer.h',
'ext/fts3/fts3_tokenizer1.c',
'ext/icu/icu.c',
+ 'ext/icu/sqliteicu.h',
'ext/rtree/rtree.c',
'ext/rtree/rtree.h',
'preprocessed/keywordhash.h',
@@ -104,6 +109,7 @@
'src/analyze.c',
'src/attach.c',
'src/auth.c',
+ 'src/backup.c',
'src/bitvec.c',
'src/btmutex.c',
'src/btree.c',
@@ -127,18 +133,19 @@
'src/loadext.c',
'src/main.c',
'src/malloc.c',
- 'src/md5.c',
+ 'src/mem0.c',
'src/mem1.c',
'src/mem2.c',
'src/mem3.c',
- 'src/mem4.c',
'src/mem5.c',
- 'src/mem6.c',
+ 'src/memjournal.c',
'src/mutex.c',
'src/mutex.h',
+ 'src/mutex_noop.c',
'src/mutex_os2.c',
'src/mutex_unix.c',
'src/mutex_w32.c',
+ 'src/notify.c',
'src/os.c',
'src/os.h',
'src/os_common.h',
@@ -148,10 +155,15 @@
'src/os_win.c',
'src/pager.c',
'src/pager.h',
+ 'src/pcache.c',
+ 'src/pcache.h',
+ 'src/pcache1.c',
'src/pragma.c',
'src/prepare.c',
'src/printf.c',
'src/random.c',
+ 'src/resolve.c',
+ 'src/rowset.c',
'src/select.c',
'src/sqlite3ext.h',
'src/sqliteInt.h',
@@ -171,21 +183,21 @@
'src/vdbeapi.c',
'src/vdbeaux.c',
'src/vdbeblob.c',
- 'src/vdbefifo.c',
'src/vdbemem.c',
'src/vtab.c',
+ 'src/walker.c',
'src/where.c',
],
'sources/': [
['exclude', '^ext/(fts[13]|rtree)/'],
- ['exclude', '(symbian|os2)\\.cc?$'],
+ ['exclude', '(symbian|os2|noop)\\.cc?$'],
],
'sources!': [
'src/journal.c',
- 'src/md5.c',
'src/tclsqlite.c',
],
'include_dirs': [
+ 'ext/icu',
'preprocessed',
'src',
],