tor-browser

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

commit ef77cedab6120dd8ab65215df35e6127d95a46b5
parent a5797ef59feb28341143b0e330417cc468cc0d2f
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  8 Dec 2025 10:23:56 -0700

Bug 2000941 - Vendor libwebrtc from f6b68923a5 - moz.build file updates

Diffstat:
MCLOBBER | 2+-
Mthird_party/libwebrtc/api/field_trials_view_gn/moz.build | 4++++
2 files changed, 5 insertions(+), 1 deletion(-)

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 2000941 - Vendor libwebrtc from c223e2036e +Modified build files in third_party/libwebrtc - Bug 2000941 - Vendor libwebrtc from f6b68923a5 diff --git a/third_party/libwebrtc/api/field_trials_view_gn/moz.build b/third_party/libwebrtc/api/field_trials_view_gn/moz.build @@ -57,6 +57,10 @@ if CONFIG["OS_TARGET"] == "Android": DEFINES["__STDC_CONSTANT_MACROS"] = True DEFINES["__STDC_FORMAT_MACROS"] = True + OS_LIBS += [ + "log" + ] + if CONFIG["OS_TARGET"] == "Darwin": DEFINES["WEBRTC_MAC"] = True