aboutsummaryrefslogtreecommitdiff
path: root/api/BUILD.gn
diff options
context:
space:
mode:
authorArtem Titov <titovartem@webrtc.org>2020-02-27 13:24:19 +0100
committerCommit Bot <commit-bot@chromium.org>2020-02-27 14:22:23 +0000
commit4a6f81829b68fcf43e46a5cdead4c75e8b009eef (patch)
tree9e702c53237804ce48d34045db20c3682d559f10 /api/BUILD.gn
parent8e7d4bfeef2429831e4e81ba01cc945e7c6ff07c (diff)
downloadwebrtc-4a6f81829b68fcf43e46a5cdead4c75e8b009eef.tar.gz
Add ability to enable AV sync in PC level tests
Bug: webrtc:11381 Change-Id: I223ff0a2b81632ee7cbbac5b722bb6a7d5f72f7e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168959 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30629}
Diffstat (limited to 'api/BUILD.gn')
-rw-r--r--api/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/BUILD.gn b/api/BUILD.gn
index 82dc308d82..517a0db0a0 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -353,6 +353,7 @@ rtc_source_set("peer_connection_quality_test_fixture_api") {
"video:video_frame",
"video_codecs:video_codecs_api",
"//third_party/abseil-cpp/absl/memory",
+ "//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/types:optional",
]
}