2024-05-11 04:59:19 +00:00
|
|
|
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") {
|
2011-08-17 07:21:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static_library("browser") {
|
|
|
|
|
+ if (is_clang) {
|
|
|
|
|
+ cflags = [
|
|
|
|
|
+ "-fbracket-depth=1000",
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
sources = [
|
2024-05-11 04:59:19 +00:00
|
|
|
"address_data_cleaner.cc",
|
|
|
|
|
"address_data_cleaner.h",
|