tor-browser

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

0008.patch (941B)


      1 From: Michael Froman <mfroman@mozilla.com>
      2 Date: Thu, 9 Jan 2025 13:53:00 -0600
      3 Subject: Bug 1938156 - third_party/abseil-cpp ba05f98ec72 added a group we
      4 don't need.
      5 
      6 Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/928c6aa703b29d46632c4333b0c8b643fc08c60f
      7 ---
      8 abseil-cpp/BUILD.gn | 2 ++
      9 1 file changed, 2 insertions(+)
     10 
     11 diff --git a/abseil-cpp/BUILD.gn b/abseil-cpp/BUILD.gn
     12 index ef837cb908a..49b4cb7f92b 100644
     13 --- a/abseil-cpp/BUILD.gn
     14 +++ b/abseil-cpp/BUILD.gn
     15 @@ -191,6 +191,7 @@ source_set("absl_full") {
     16 }
     17 
     18 group("absl_full_deps") {
     19 +  if (!moz_webrtc_build) {
     20   public_deps = [
     21     # Banned because each flag registration generates a static initializer, and
     22     # the flag registration mechanism is problematic in component builds.
     23 @@ -212,6 +213,7 @@ group("absl_full_deps") {
     24   ]
     25 
     26   public_configs = [ "//third_party/abseil-cpp/absl/flags:absl_flags_config" ]
     27 +  }
     28 }
     29 
     30 config("absl_include_config") {