Chromium Code Reviews| Index: sql/sql.gyp |
| diff --git a/sql/sql.gyp b/sql/sql.gyp |
| index 4b16673acae837fe1ebabdcccc2c9f21557612d2..d08adf75bf94e73731c1b2fd98b79b9e759b37fa 100644 |
| --- a/sql/sql.gyp |
| +++ b/sql/sql.gyp |
| @@ -79,6 +79,7 @@ |
| 'test_support_sql', |
| '../base/base.gyp:test_support_base', |
| '../testing/gtest.gyp:gtest', |
| + '../third_party/sqlite/sqlite.gyp:sqlite', |
|
Scott Hess - ex-Googler
2013/07/26 04:51:43
So that the test code can see USE_SYSTEM_SQLITE.
|
| ], |
| 'sources': [ |
| 'run_all_unittests.cc', |