tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b80009efc92d032871a2043906f77cf105fe5fe0
parent 120f91ec1720a778340b67cd849eb637c453f05b
Author: Jan-Ivar Bruaroey <jib@mozilla.com>
Date:   Wed,  8 Oct 2025 17:05:53 +0000

Bug 1868223 - Add api:frame_transformer_factory to BUILD.gn r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D267541

Diffstat:
Mthird_party/libwebrtc/BUILD.gn | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/third_party/libwebrtc/BUILD.gn b/third_party/libwebrtc/BUILD.gn @@ -617,6 +617,7 @@ if (!build_with_chromium) { if (build_with_mozilla) { deps += [ + "api:frame_transformer_factory", "api/audio:builtin_audio_processing_builder", "api/environment:environment_factory", "api/video:video_frame",