From 644c757ffb94ff2f452976228fee9bbdfba762fa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 11 Jan 2025 07:17:39 +0000 Subject: automatic import of chromium --- chromium-102-regex_pattern-array.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 chromium-102-regex_pattern-array.patch (limited to 'chromium-102-regex_pattern-array.patch') diff --git a/chromium-102-regex_pattern-array.patch b/chromium-102-regex_pattern-array.patch new file mode 100644 index 0000000..2931937 --- /dev/null +++ b/chromium-102-regex_pattern-array.patch @@ -0,0 +1,16 @@ +Index: chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn +=================================================================== +--- chromium-123.0.6312.46.orig/components/autofill/core/browser/BUILD.gn ++++ chromium-123.0.6312.46/components/autofill/core/browser/BUILD.gn +@@ -58,6 +58,11 @@ action("regex_patterns_inl_h") { + } + + static_library("browser") { ++ if (is_clang) { ++ cflags = [ ++ "-fbracket-depth=1000", ++ ] ++ } + sources = [ + "address_data_cleaner.cc", + "address_data_cleaner.h", -- cgit v1.2.3