15 lines
413 B
Diff
15 lines
413 B
Diff
--- chromium-140.0.7327.6/components/autofill/core/browser/BUILD.gn 2025/08/01 09:33:04 1.1
|
|
+++ chromium-140.0.7327.6/components/autofill/core/browser/BUILD.gn 2025/08/01 09:34:47
|
|
@@ -75,6 +75,11 @@
|
|
}
|
|
|
|
static_library("browser") {
|
|
+ if (is_clang) {
|
|
+ cflags = [
|
|
+ "-fbracket-depth=1000",
|
|
+ ]
|
|
+ }
|
|
sources = [
|
|
"autofill_ai_form_rationalization.cc",
|
|
"autofill_ai_form_rationalization.h",
|