| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index ff0918e6d4d7c8b06cc15251aa6d580d23297b7b..33b1aac1c13e100fcf8f3b14cd0403f9b1d63f72 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -19,7 +19,7 @@ group("modules") {
|
| "audio_coding",
|
| "audio_conference_mixer",
|
| "audio_device",
|
| - "audio_mixer",
|
| + "audio_mixer:audio_mixer_impl",
|
| "audio_processing",
|
| "bitrate_controller",
|
| "desktop_capture",
|
| @@ -644,7 +644,7 @@ if (rtc_include_tests) {
|
| "audio_coding:webrtc_opus",
|
| "audio_conference_mixer",
|
| "audio_device",
|
| - "audio_mixer",
|
| + "audio_mixer:audio_mixer_impl",
|
| "audio_processing",
|
| "audio_processing:audioproc_test_utils",
|
| "bitrate_controller",
|
|
|