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

Unified Diff: sql/sql.gyp

Issue 355093003: [sql] Test recovery of corrupt golden file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add sql.isolate Created 6 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') | sql/sql_unittests.isolate » ('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 37c6ae71091745123de58c935c5d07b8cae5e2e3..975cd122afb6d2cb0d440ea8781c72af6531eb12 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -80,7 +80,6 @@
'dependencies': [
'sql',
'test_support_sql',
- '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
'../third_party/sqlite/sqlite.gyp:sqlite',
@@ -91,6 +90,11 @@
'recovery_unittest.cc',
'sqlite_features_unittest.cc',
'statement_unittest.cc',
+ 'test/paths.cc',
+ 'test/paths.h',
+ 'test/run_all_unittests.cc',
+ 'test/sql_test_suite.cc',
+ 'test/sql_test_suite.h',
'transaction_unittest.cc',
],
'include_dirs': [
@@ -132,5 +136,23 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'sql_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'sql_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'sql_unittests.isolate',
+ ],
+ 'sources': [
+ 'sql_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « sql/recovery_unittest.cc ('k') | sql/sql_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698