summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_core_BUILD.gn
blob: d893761db235cdb7411963825ffa69bb65146e7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mojo/core/BUILD.gn.orig	2022-09-24 10:57:32 UTC
+++ mojo/core/BUILD.gn
@@ -146,7 +146,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",