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 23649002: Unit tests for sql::MetaTable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sigh. Portable int64 constants FTW. Created 7 years, 3 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/meta_table_unittest.cc ('k') | sql/transaction_unittest.cc » ('j') | 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 49ace016eb301fe69fa778ca28d66833f7116ff8..f08544ec0b66a5917665fb2609eb140494cbec9f 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -85,6 +85,7 @@
'sources': [
'run_all_unittests.cc',
'connection_unittest.cc',
+ 'meta_table_unittest.cc',
'recovery_unittest.cc',
'sqlite_features_unittest.cc',
'statement_unittest.cc',
« no previous file with comments | « sql/meta_table_unittest.cc ('k') | sql/transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698