From c0df5fc25b82fc5a2071be55e5357ce786caf637 Mon Sep 17 00:00:00 2001 From: Tim Na Date: Tue, 5 May 2020 11:03:54 -0700 Subject: VoIP API implementation on top of AudioIngress/Egress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Per Ã…hgren Reviewed-by: Karl Wiberg Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31168} --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILD.gn') 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", ] } -- cgit v1.2.3