Skip to content

Commit

Permalink
Stop using public_deps in modules/audio_mixer.
Browse files Browse the repository at this point in the history
[email protected]

Bug: webrtc:8603
Change-Id: I74c01d5a0243c96dca504b2d696092ea35c36aa3
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/29860
Reviewed-by: Edward Lemur <[email protected]>
Reviewed-by: Patrik Höglund <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#21105}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Dec 6, 2017
1 parent 5cfd5cb commit 03d6f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions call/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 2 additions & 5 deletions modules/audio_mixer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import("../../webrtc.gni")

group("audio_mixer") {
public_deps = [
deps = [
":audio_frame_manipulator",
":audio_mixer_impl",
]
Expand All @@ -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",
Expand Down

0 comments on commit 03d6f2f

Please sign in to comment.