Index: third_party/sqlite/sqlite.gyp |
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp |
index bb9fd253c439e27f6ddfb738e80dcb0100e09493..098a5f51db72bf1ded5e9cb44bea49fc74d67991 100644 |
--- a/third_party/sqlite/sqlite.gyp |
+++ b/third_party/sqlite/sqlite.gyp |
@@ -140,6 +140,9 @@ |
'amalgamation/config.h', |
'amalgamation/sqlite3.h', |
'amalgamation/sqlite3.c', |
+ 'src/src/recover_varint.c', |
+ 'src/src/recover.c', |
+ 'src/src/recover.h', |
], |
'variables': { |
'clang_warning_flags': [ |