| 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",
|
| ]
|
|
|