| Index: webrtc/modules/audio_conference_mixer/BUILD.gn
|
| diff --git a/webrtc/modules/audio_conference_mixer/BUILD.gn b/webrtc/modules/audio_conference_mixer/BUILD.gn
|
| index 61faf4599b504d460f4588a1393d285968d249b7..2792a656e08bd521a6648a0ce81304531c6786a9 100644
|
| --- a/webrtc/modules/audio_conference_mixer/BUILD.gn
|
| +++ b/webrtc/modules/audio_conference_mixer/BUILD.gn
|
| @@ -39,7 +39,9 @@ rtc_static_library("audio_conference_mixer") {
|
| }
|
|
|
| deps = [
|
| + "../..:webrtc_common",
|
| "../../audio/utility:audio_frame_operations",
|
| + "../../base:rtc_base_approved",
|
| "../../system_wrappers",
|
| "../audio_processing",
|
| ]
|
|
|