aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-mojo_core_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-mojo_core_BUILD.gn')
-rw-r--r--www/chromium/files/patch-mojo_core_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-mojo_core_BUILD.gn b/www/chromium/files/patch-mojo_core_BUILD.gn
new file mode 100644
index 000000000000..462834f18d26
--- /dev/null
+++ b/www/chromium/files/patch-mojo_core_BUILD.gn
@@ -0,0 +1,11 @@
+--- mojo/core/BUILD.gn.orig 2021-04-22 12:39:57 UTC
++++ mojo/core/BUILD.gn
+@@ -126,7 +126,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",