aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn
blob: 83b120a5c1bd4bc6221595c59837793617c1a11e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/renderer/platform/BUILD.gn.orig	2023-06-05 19:39:05 UTC
+++ third_party/blink/renderer/platform/BUILD.gn
@@ -1922,7 +1922,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",