Add dependencies on absl when they are used but undeclared

Bug: b/36882554
Change-Id: I3a1c5f0024abc452bcd74eef2b66d4493f4f974c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266760
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37320}
This commit is contained in:
Oleh Prypin
2022-06-24 00:51:28 +02:00
committed by WebRTC LUCI CQ
parent e72e9ef59e
commit 752436f821
7 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,7 @@ rtc_library("libaom_av1_encoder") {
]
absl_deps = [
"//third_party/abseil-cpp/absl/algorithm:container",
"//third_party/abseil-cpp/absl/base:core_headers",
"//third_party/abseil-cpp/absl/strings:strings",
"//third_party/abseil-cpp/absl/types:optional",
]