blob: 88966886db74f1ea876707d837e4236d1cc85632 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- content/child/BUILD.gn.orig 2020-05-19 08:30:28 UTC
+++ content/child/BUILD.gn
@@ -147,8 +147,12 @@ target(link_target_type, "child") {
deps += [
"//components/services/font/public/cpp",
"//components/services/font/public/mojom",
- "//services/service_manager/zygote",
]
+ if (!is_bsd) {
+ deps += [
+ "//services/service_manager/zygote",
+ ]
+ }
}
if (is_win) {
|