Skip to content

Commit

Permalink
Add missing absl dep.
Browse files Browse the repository at this point in the history
Bug: b/36882554
Change-Id: I37e13338af8a2c75f56df283d20b1be4579074b4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266763
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@google.com>
Cr-Commit-Position: refs/heads/main@{#37334}
  • Loading branch information
MirkoBonadei authored and WebRTC LUCI CQ committed Jun 27, 2022
1 parent 70de463 commit fb69849
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/video_coding/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,10 @@ if (rtc_include_tests) {
"codecs/av1:libaom_av1_decoder",
"//third_party/libyuv",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
absl_deps = [
"//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/types:optional",
]

data = video_coding_modules_tests_resources

Expand Down

0 comments on commit fb69849

Please sign in to comment.