blob: 8c0a29a7bdd7e9ce487d843bb6dd23320bfc49f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-05-11 11:50:46 UTC
+++ third_party/blink/renderer/platform/BUILD.gn
@@ -2048,7 +2048,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",
|