mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
16 lines
481 B
Diff
16 lines
481 B
Diff
Patch-Source: https://github.com/stha09/chromium-patches/blob/chromium-102-patchset-6/chromium-102-regex_pattern-array.patch
|
|
--- 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",
|