From: Michael Froman Date: Wed, 5 Feb 2025 18:03:00 +0000 Subject: Bug 1942171 - add builtin_audio_processing_builder to the libwebrtc build. r=pehrsons,webrtc-reviewers Differential Revision: https://phabricator.services.mozilla.com/D234594 Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/27c29807e6f46562d2b6bae4b7b06a5966290afe --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 0dd2bb4f74..d3caa21e77 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -615,6 +615,7 @@ if (!build_with_chromium) { if (build_with_mozilla) { deps += [ + "api/audio:builtin_audio_processing_builder", "api/environment:environment_factory", "api/video:video_frame", "api/video:video_rtp_headers",