tor-browser

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

commit 84bd0063760c4b0c9e5edeeb93f4499ab475771f
parent 70319edab3551c57720e31936bda8837bbfd315f
Author: Jan-Ivar Bruaroey <jib@mozilla.com>
Date:   Wed,  8 Oct 2025 00:14:01 +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",