tor-browser

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

commit fe7a5ea5d277d2ba0736d7a64a0e358319fa78f1
parent ff01b8478e7977f651a3dc5ddc322d604196d965
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 23:34:13 -0700

Bug 2000941 - Vendor libwebrtc from 735c8bae14

Upstream commit: https://webrtc.googlesource.com/src/+/735c8bae1416f2aa798366c32dee0f8d4bbcf9c9
    Include third_party/android_build_tools/nullaway in DEPS

    Required to run Error Prone checks.

    Bug: webrtc:446738085
    Change-Id: Id0ad24948c9d14945afe0b97018f999cdc5493bf
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411600
    Auto-Submit: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
    Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com>
    Cr-Commit-Position: refs/heads/main@{#45714}

Diffstat:
Mthird_party/libwebrtc/DEPS | 12++++++++++++
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/third_party/libwebrtc/DEPS b/third_party/libwebrtc/DEPS @@ -464,6 +464,18 @@ deps = { 'dep_type': 'cipd', }, + + 'src/third_party/android_build_tools/nullaway/cipd': { + 'packages': [ + { + 'package': 'chromium/third_party/android_build_tools/nullaway', + 'version': 'N8e9CN_YH72RHiFh5wTuXkcMtNbQBBrtot_-HePTmAwC', + }, + ], + 'condition': 'checkout_android and non_git_source', + 'dep_type': 'cipd', + }, + 'src/third_party/aosp_dalvik/cipd': { 'packages': [ { diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T06:31:13.191123+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T06:34:00.562137+00:00. # base of lastest vendoring -2e0481aec0 +735c8bae14