tor-browser

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

0013.patch (824B)


      1 From: Michael Froman <mfroman@mozilla.com>
      2 Date: Tue, 1 Jul 2025 18:38:00 -0500
      3 Subject: Bug 1974813 - abseil-cpp - remove prevent_unsafe_narrowing build
      4 config since chromium/build now automatically includes it
      5 
      6 Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/af60dbfe1bbea15ac5102a8ca90b9f6624ee151c
      7 ---
      8 abseil-cpp/absl.gni | 4 ++++
      9 1 file changed, 4 insertions(+)
     10 
     11 diff --git a/abseil-cpp/absl.gni b/abseil-cpp/absl.gni
     12 index f13ae7919ca..af7f68f9c85 100644
     13 --- a/abseil-cpp/absl.gni
     14 +++ b/abseil-cpp/absl.gni
     15 @@ -38,6 +38,10 @@ template("absl_source_set") {
     16         "//abseil-cpp:absl_define_config",
     17       ]
     18 
     19 +      if (moz_webrtc_build) {
     20 +        configs -= [ "//chromium/build/config/compiler:prevent_unsafe_narrowing" ]
     21 +      }
     22 +
     23       if (!defined(defines)) {
     24         defines = []
     25       }