aports/testing/electron/chromium-102-regex_pattern-array.patch
psykose 6a34e312aa testing/electron: new aport
https://github.com/electron/electron
Electron cross-platform desktop toolkit
2022-07-09 06:58:26 +00:00

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",