Stop using public_deps in modules/audio_mixer.
TBR=phoglund@webrtc.org Bug: webrtc:8603 Change-Id: I74c01d5a0243c96dca504b2d696092ea35c36aa3 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/29860 Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21105}
This commit is contained in:
parent
5cfd5cb948
commit
03d6f2f7ff
@ -202,6 +202,7 @@ if (rtc_include_tests) {
|
||||
"../logging:rtc_event_log_api",
|
||||
"../modules/audio_device:mock_audio_device",
|
||||
"../modules/audio_mixer",
|
||||
"../modules/audio_mixer:audio_mixer_impl",
|
||||
"../modules/bitrate_controller",
|
||||
"../modules/congestion_controller",
|
||||
"../modules/congestion_controller:mock_congestion_controller",
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
import("../../webrtc.gni")
|
||||
|
||||
group("audio_mixer") {
|
||||
public_deps = [
|
||||
deps = [
|
||||
":audio_frame_manipulator",
|
||||
":audio_mixer_impl",
|
||||
]
|
||||
@ -32,15 +32,12 @@ rtc_static_library("audio_mixer_impl") {
|
||||
"frame_combiner.h",
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
"../../api:audio_mixer_api",
|
||||
]
|
||||
|
||||
deps = [
|
||||
":audio_frame_manipulator",
|
||||
"..:module_api",
|
||||
"../..:webrtc_common",
|
||||
"../../api:array_view",
|
||||
"../../api:audio_mixer_api",
|
||||
"../../audio/utility:audio_frame_operations",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user