blob: e079de65e662400875cf15f31453fc4d02cf8f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-07-04 05:17:07 UTC
+++ third_party/blink/renderer/platform/BUILD.gn
@@ -2062,7 +2062,7 @@ static_library("test_support") {
]
# fuzzed_data_provider may not work with a custom toolchain.
- if (custom_toolchain == "" && is_clang) {
+ if ((custom_toolchain == "" && is_clang) && !is_bsd) {
sources += [
"testing/fuzzed_data_provider.cc",
"testing/fuzzed_data_provider.h",
|