blob: e9f4aa2b43a939aa4da8a282925e257a5686f889 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- content/public/common/zygote/features.gni.orig 2025-05-07 06:48:23 UTC
+++ 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 = is_posix && !is_android && !is_apple
+use_zygote = is_posix && !is_android && !is_mac && !is_bsd
|