aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-mojo_core_BUILD.gn
blob: 18120a7fd7b5b7d416a72040d7bb83d9990244f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/core/BUILD.gn.orig	2025-06-30 07:04:30 UTC
+++ mojo/core/BUILD.gn
@@ -164,7 +164,7 @@ source_set("impl_for_embedder") {
       ]
     }
 
-    if ((is_linux || is_chromeos || is_android) && !is_nacl) {
+    if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) {
       sources += [
         "channel_linux.cc",
         "channel_linux.h",