Stop using public_deps in common_audio.

Bug: webrtc:8603
Change-Id: I315311977f2a75476a7028b8d3eaf3c98caf4178
Reviewed-on: https://webrtc-review.googlesource.com/47920
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21902}
This commit is contained in:
Mirko Bonadei
2018-02-05 15:50:41 +01:00
committed by Commit Bot
parent 6114c24384
commit dbbb33cd00
6 changed files with 22 additions and 7 deletions

View File

@ -39,6 +39,7 @@ rtc_static_library("vad") {
"../../..:typedefs",
"../../../audio/utility:audio_frame_operations",
"../../../common_audio",
"../../../common_audio:common_audio_c",
"../../../rtc_base:checks",
"../../audio_coding:isac",
]