Add missing dependencies.
No-Try: True Bug: b/251890128 Change-Id: If2e7d5434470a6cfa037b81828c4e2b581c530e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278640 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38336}
This commit is contained in:
parent
a5ba250c26
commit
73eff7ccca
@ -366,6 +366,7 @@ rtc_source_set("rtp_rtcp_legacy") {
|
||||
"../remote_bitrate_estimator",
|
||||
]
|
||||
absl_deps = [
|
||||
"//third_party/abseil-cpp/absl/base:core_headers",
|
||||
"//third_party/abseil-cpp/absl/strings",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
]
|
||||
|
||||
@ -747,6 +747,7 @@ rtc_library("fileutils") {
|
||||
"../rtc_base:stringutils",
|
||||
]
|
||||
absl_deps = [
|
||||
"//third_party/abseil-cpp/absl/base:core_headers",
|
||||
"//third_party/abseil-cpp/absl/strings:strings",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user