Chromium Code Reviews| Index: webrtc/modules/audio_mixer/BUILD.gn |
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn |
| index 41aaab0601e20aa14061bbee51777bb184fd9f01..9b34d54300ef45de7747390a3df75e6dd0b937fd 100644 |
| --- a/webrtc/modules/audio_mixer/BUILD.gn |
| +++ b/webrtc/modules/audio_mixer/BUILD.gn |
| @@ -8,6 +8,13 @@ |
| import("../../build/webrtc.gni") |
| +group("audio_mixer") { |
| + public_deps = [ |
| + ":audio_frame_manipulator", |
| + ":audio_mixer_impl", |
| + ] |
| +} |
| + |
| rtc_static_library("audio_mixer_impl") { |
| visibility = [ |
| "../../audio:audio", |