File chromium-102-regex_pattern-array.patch of Package chromium
Index: chromium-147.0.7727.3/components/autofill/core/browser/BUILD.gn
===================================================================
--- chromium-147.0.7727.3.orig/components/autofill/core/browser/BUILD.gn
+++ chromium-147.0.7727.3/components/autofill/core/browser/BUILD.gn
@@ -122,6 +122,11 @@ proto_library("amount_extraction_heurist
}
static_library("browser") {
+ if (is_clang) {
+ cflags = [
+ "-fbracket-depth=1000",
+ ]
+ }
sources = [
"at_memory/at_memory_data_type.cc",
"at_memory/at_memory_data_type.h",