aboutsummaryrefslogtreecommitdiff
path: root/net/dcsctp/timer/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'net/dcsctp/timer/BUILD.gn')
-rw-r--r--net/dcsctp/timer/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dcsctp/timer/BUILD.gn b/net/dcsctp/timer/BUILD.gn
index 6354de01fb..e95ab676cd 100644
--- a/net/dcsctp/timer/BUILD.gn
+++ b/net/dcsctp/timer/BUILD.gn
@@ -41,7 +41,9 @@ if (rtc_include_tests) {
"../../../rtc_base:gunit_helpers",
"../../../rtc_base:rtc_base_approved",
"../../../test:test_support",
+ "../public:socket",
]
sources = [ "timer_test.cc" ]
+ absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
}
}