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

Unified Diff: sql/sql.gyp

Issue 19281002: [sql] Scoped recovery framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to match Open() retry logic. Created 7 years, 5 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
« no previous file with comments | « sql/recovery_unittest.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 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',
« no previous file with comments | « sql/recovery_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698