blob: a67e80c40d810d5efd3f6c60d84ad95f27c9afad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-11-01 06:40:37 UTC
+++ third_party/blink/renderer/platform/BUILD.gn
@@ -2082,7 +2082,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",
|