aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/quic/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/quic/BUILD.gn')
-rw-r--r--osp/impl/quic/BUILD.gn8
1 files changed, 7 insertions, 1 deletions
diff --git a/osp/impl/quic/BUILD.gn b/osp/impl/quic/BUILD.gn
index 221af394..e9f1e2c5 100644
--- a/osp/impl/quic/BUILD.gn
+++ b/osp/impl/quic/BUILD.gn
@@ -33,8 +33,14 @@ source_set("test_support") {
"testing/quic_test_support.h",
]
- deps = [
+ public_deps = [
+ ":quic",
"../../../platform",
+ "../../../platform:test",
+ "../../public",
+ ]
+
+ deps = [
"../../../third_party/abseil",
"../../../third_party/googletest:gmock",
"../../../util",