blob: 44c0a72258e8a802e399b26fc32ca7f49044834d (
plain)
1
2
3
4
5
6
7
8
9
|
Index: content/public/common/zygote/features.gni
--- content/public/common/zygote/features.gni.orig
+++ content/public/common/zygote/features.gni
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-use_zygote_handle = is_posix && !is_android && !is_mac
+use_zygote_handle = is_posix && !is_android && !is_mac && !is_bsd
|