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

Unified Diff: sql/sql.gyp

Issue 18180013: Scoped recovery module for sql/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, add recover_unittest.cc Created 7 years, 6 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
« sql/recovery.h ('K') | « sql/scoped_attach.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« sql/recovery.h ('K') | « sql/scoped_attach.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698