Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > f69ae0739490cf41fb5005796733ef52 > files > 5

chromium-browser-stable-109.0.5414.74-1.mga8.src.rpm

--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -54,6 +54,11 @@ action("regex_patterns_inl_h") {
 }
 
 static_library("browser") {
+  if (is_clang) {
+    cflags = [
+      "-fbracket-depth=1000",
+    ]
+  }
   sources = [
     "address_normalization_manager.cc",
     "address_normalization_manager.h",