blob: 78424cef4d8a47f8f32ca3b6c04c19a73994d73a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/zygote/BUILD.gn.orig 2025-05-07 06:48:23 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",
|