| Index: sql/sql.gyp
|
| diff --git a/sql/sql.gyp b/sql/sql.gyp
|
| index 49ace016eb301fe69fa778ca28d66833f7116ff8..aa2d642e2c17858998bbf64b630a052f248c8d91 100644
|
| --- a/sql/sql.gyp
|
| +++ b/sql/sql.gyp
|
| @@ -78,12 +78,12 @@
|
| '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',
|
| ],
|
| 'sources': [
|
| - 'run_all_unittests.cc',
|
| 'connection_unittest.cc',
|
| 'recovery_unittest.cc',
|
| 'sqlite_features_unittest.cc',
|
|
|