tor-browser

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

commit 9fcba8411e73b3aab12145446668ca5e101a5bff
parent 0c7cf0f7f992bdee9e6399658a16cb7877b6edb3
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed, 15 Oct 2025 14:52:17 -0500

Bug 1993083 - Vendor libwebrtc from e50bbc0fc3 - moz.build file updates

Diffstat:
MCLOBBER | 2+-
Mthird_party/libwebrtc/rtc_base/rtc_event_gn/moz.build | 7-------
2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/CLOBBER b/CLOBBER @@ -22,4 +22,4 @@ # changes to stick? As of bug 928195, this shouldn't be necessary! Please # don't change CLOBBER for WebIDL changes any more. -Modified build files in third_party/libwebrtc - Bug 1993083 - Vendor libwebrtc from 5682d46450 +Modified build files in third_party/libwebrtc - Bug 1993083 - Vendor libwebrtc from e50bbc0fc3 diff --git a/third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build b/third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build @@ -148,13 +148,6 @@ if CONFIG["OS_TARGET"] == "WINNT": DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True DEFINES["__STD_C"] = True - OS_LIBS += [ - "crypt32", - "iphlpapi", - "secur32", - "winmm" - ] - if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_ARCH_ARM64"] = True