aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-mojo_core_BUILD.gn
blob: a47ecdd9ec14900dae7d7268e2f3e236e383370a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/core/BUILD.gn.orig	2023-05-25 00:41:59 UTC
+++ mojo/core/BUILD.gn
@@ -166,7 +166,7 @@ template("core_impl_source_set") {
         ]
       }
 
-      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",