Index: sql/sql.gyp |
diff --git a/sql/sql.gyp b/sql/sql.gyp |
index 944defd6bc932fd994aca347f6a1c8727278aa7d..50aa68dfb989808c8ad800ba5c100d23468c9ecd 100644 |
--- a/sql/sql.gyp |
+++ b/sql/sql.gyp |
@@ -26,6 +26,10 @@ |
'init_status.h', |
'meta_table.cc', |
'meta_table.h', |
+ 'recovery.cc', |
+ 'recovery.h', |
+ 'scoped_attach.cc', |
+ 'scoped_attach.h', |
'statement.cc', |
'statement.h', |
'transaction.cc', |
@@ -79,6 +83,7 @@ |
'sources': [ |
'run_all_unittests.cc', |
'connection_unittest.cc', |
+ 'recover_unittest.cc', |
'sqlite_features_unittest.cc', |
'statement_unittest.cc', |
'transaction_unittest.cc', |