blob: 293193751577f2e896c59c095958f8e587ad2383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
|