blob: 6a0640f7306fd79eec964dd4e43dc619aa54206b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/zygote/BUILD.gn.orig 2022-05-11 07:00:39 UTC
+++ content/zygote/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/nacl/config.gni")
import("//content/public/common/zygote/features.gni")
-if (is_linux || is_chromeos) {
+if ((is_linux || is_chromeos) && !is_bsd) {
source_set("zygote") {
sources = [
"zygote_linux.cc",
|