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

Unified Diff: sql/BUILD.gn

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 | « build/android/pylib/gtest/setup.py ('k') | sql/recovery_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/BUILD.gn
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index d67284141b43c1da499e8586a7d426c58f6e9d2c..2029dc374eb6be430edaf0d170386ba6d78070f3 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -56,6 +56,11 @@ test("sql_unittests") {
"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",
]
@@ -67,7 +72,7 @@ test("sql_unittests") {
":sql",
":test_support",
"//base/allocator",
- "//base/test:run_all_unittests",
+ "//base/test:test_support",
"//testing/gtest",
"//third_party/sqlite",
]
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | sql/recovery_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698