aboutsummaryrefslogtreecommitdiff
path: root/net/dcsctp/testing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'net/dcsctp/testing/BUILD.gn')
-rw-r--r--net/dcsctp/testing/BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/dcsctp/testing/BUILD.gn b/net/dcsctp/testing/BUILD.gn
index fa20500704..5367ef8c6f 100644
--- a/net/dcsctp/testing/BUILD.gn
+++ b/net/dcsctp/testing/BUILD.gn
@@ -20,9 +20,16 @@ rtc_library("data_generator") {
"../../../rtc_base",
"../../../rtc_base:checks",
"../../../rtc_base:rtc_base_approved",
+ "../common:internal_types",
+ "../packet:data",
+ "../public:types",
]
sources = [
"data_generator.cc",
"data_generator.h",
]
+ absl_deps = [
+ "//third_party/abseil-cpp/absl/strings",
+ "//third_party/abseil-cpp/absl/types:optional",
+ ]
}