Index: sql/sql.gyp |
diff --git a/sql/sql.gyp b/sql/sql.gyp |
index 2e8fc184dbef64e203cef4605b58447f5a636877..4b16673acae837fe1ebabdcccc2c9f21557612d2 100644 |
--- a/sql/sql.gyp |
+++ b/sql/sql.gyp |
@@ -26,6 +26,8 @@ |
'init_status.h', |
'meta_table.cc', |
'meta_table.h', |
+ 'recovery.cc', |
+ 'recovery.h', |
'statement.cc', |
'statement.h', |
'transaction.cc', |
@@ -81,6 +83,7 @@ |
'sources': [ |
'run_all_unittests.cc', |
'connection_unittest.cc', |
+ 'recovery_unittest.cc', |
'sqlite_features_unittest.cc', |
'statement_unittest.cc', |
'transaction_unittest.cc', |