summaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index d805c65..58097b7 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -46,8 +46,10 @@ source_set("test_support") {
"test/test_helpers.h",
]
- deps = [
+ public_deps = [
":sql",
+ ]
+ deps = [
"//base",
"//testing/gtest",
"//third_party/sqlite",