aboutsummaryrefslogtreecommitdiff
path: root/call/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'call/BUILD.gn')
-rw-r--r--call/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/call/BUILD.gn b/call/BUILD.gn
index 39cbc0a9c1..4cc42fd99f 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -345,7 +345,6 @@ rtc_library("call") {
]
absl_deps = [
"//third_party/abseil-cpp/absl/functional:bind_front",
- "//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
]
@@ -544,7 +543,6 @@ if (rtc_include_tests) {
absl_deps = [
"//third_party/abseil-cpp/absl/container:inlined_vector",
"//third_party/abseil-cpp/absl/functional:any_invocable",
- "//third_party/abseil-cpp/absl/memory",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
"//third_party/abseil-cpp/absl/types:variant",
@@ -606,6 +604,7 @@ if (rtc_include_tests) {
"../test:frame_generator_capturer",
"../test:null_transport",
"../test:test_common",
+ "../test:test_flags",
"../test:test_support",
"../test:video_test_common",
"../test:video_test_constants",