Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/abseil-cpp/moz-patch-stack/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 941 B image not shown  

Quelle  0009.patch   Sprache: unbekannt

 
From: Michael Froman <mfroman@mozilla.com>
Date: Thu, 9 Jan 2025 13:53:00 -0600
Subject: Bug 1938156 - third_party/abseil-cpp ba05f98ec72 added a group we
 don't need.

Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/928c6aa703b29d46632c4333b0c8b643fc08c60f
---
 abseil-cpp/BUILD.gn | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/abseil-cpp/BUILD.gn b/abseil-cpp/BUILD.gn
index 7404fb5e44d..509010d3a45 100644
--- a/abseil-cpp/BUILD.gn
+++ b/abseil-cpp/BUILD.gn
@@ -186,6 +186,7 @@ source_set("absl_full") {
 }
 
 group("absl_full_deps") {
+  if (!moz_webrtc_build) {
   public_deps = [
     # Banned because each flag registration generates a static initializer, and
     # the flag registration mechanism is problematic in component builds.
@@ -212,6 +213,7 @@ group("absl_full_deps") {
   ]
 
   public_configs = [ "//third_party/abseil-cpp/absl/flags:absl_flags_config" ]
+  }
 }
 
 config("absl_include_config") {

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]