aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTim Na <natim@webrtc.org>2020-05-05 11:03:54 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-05 19:55:29 +0000
commitc0df5fc25b82fc5a2071be55e5357ce786caf637 (patch)
tree036d0071076a89070fb53dd0ddb4c3e0fb6f9e41 /BUILD.gn
parentc064467b3254f74115a61228f656d171e1ba7937 (diff)
downloadwebrtc-c0df5fc25b82fc5a2071be55e5357ce786caf637.tar.gz
VoIP API implementation on top of AudioIngress/Egress
This is one last CL that includes the rest of VoIP API implementation. Bug: webrtc:11251 Change-Id: I3f1b0bf2fd48be864ffc73482105f9514f75f9e0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173860 Commit-Queue: Tim Na <natim@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31168}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 85c428d08c..f7d15f47a9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -687,8 +687,11 @@ if (rtc_include_tests) {
rtc_test("voip_unittests") {
testonly = true
deps = [
+ "api/voip:voip_engine_factory_unittests",
+ "audio/voip/test:audio_channel_unittests",
"audio/voip/test:audio_egress_unittests",
"audio/voip/test:audio_ingress_unittests",
+ "audio/voip/test:voip_core_unittests",
"test:test_main",
]
}