Add missing dependencies.

Bug: b/251890128
Change-Id: Ia9312797a5552ad1ceb4a80968014b849121a1b9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278580
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38333}
This commit is contained in:
Mirko Bonadei
2022-10-10 08:43:36 +00:00
committed by WebRTC LUCI CQ
parent 9b643d4a49
commit 5c9b7da038
7 changed files with 10 additions and 1 deletions

View File

@ -1119,6 +1119,7 @@ rtc_library("rtc_base") {
]
absl_deps = [
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/container:flat_hash_map",
"//third_party/abseil-cpp/absl/functional:any_invocable",
"//third_party/abseil-cpp/absl/memory",