| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index d1a45be19aa5d49fe79b9fd67dfa29cc25217dbf..e66327e8be303e5d79981f10c55823f2f96c676d 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -20,6 +20,7 @@ group("modules") {
|
| "audio_coding",
|
| "audio_conference_mixer",
|
| "audio_device",
|
| + "audio_mixer",
|
| "audio_processing",
|
| "bitrate_controller",
|
| "desktop_capture",
|
| @@ -104,6 +105,7 @@ if (rtc_include_tests) {
|
| "audio_coding/neteq/tools/packet_unittest.cc",
|
| "audio_conference_mixer/test/audio_conference_mixer_unittest.cc",
|
| "audio_device/fine_audio_buffer_unittest.cc",
|
| + "audio_mixer/test/audio_mixer_unittest.cc",
|
| "audio_processing/aec/echo_cancellation_unittest.cc",
|
| "audio_processing/aec/system_delay_unittest.cc",
|
| "audio_processing/agc/agc_manager_direct_unittest.cc",
|
| @@ -379,6 +381,7 @@ if (rtc_include_tests) {
|
| "audio_coding:webrtc_opus",
|
| "audio_conference_mixer",
|
| "audio_device",
|
| + "audio_mixer",
|
| "audio_processing",
|
| "audio_processing:audioproc_test_utils",
|
| "bitrate_controller",
|
|
|