summaryrefslogtreecommitdiff
path: root/chromium-102-regex_pattern-array.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-09-25 09:55:25 +0000
committerCoprDistGit <infra@openeuler.org>2024-09-25 09:55:25 +0000
commit8fe37c454512853c40108c2c0d19c2d39d15af19 (patch)
treeaefee73b38da5be91c6d7b3a2e1ba13848f41938 /chromium-102-regex_pattern-array.patch
parent0dc651d979e28d3c6b3e380b056741946893de1d (diff)
automatic import of chromiumopeneuler20.03
Diffstat (limited to 'chromium-102-regex_pattern-array.patch')
-rw-r--r--chromium-102-regex_pattern-array.patch16
1 files changed, 16 insertions, 0 deletions
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",