blob: b9c3d8fe8cdcd7d6af12757a608712e5c892e2cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/zygote/BUILD.gn.orig 2022-02-07 13:39:41 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",
|