diff options
Diffstat (limited to 'sql/sql.gyp')
-rw-r--r-- | sql/sql.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp index 1ececce..49ace01 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -80,6 +80,7 @@ 'test_support_sql', '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', + '../third_party/sqlite/sqlite.gyp:sqlite', ], 'sources': [ 'run_all_unittests.cc', |