summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_BUILD.gn
blob: 8c9efaa976a8a439ab69f4753ab4c11dd75a3770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- content/browser/BUILD.gn.orig	2020-05-19 08:29:25 UTC
+++ content/browser/BUILD.gn
@@ -2004,6 +2004,9 @@ jumbo_source_set("browser") {
       "//third_party/blink/public/mojom:memory_usage_monitor_linux_mojo_bindings",
     ]
   }
+  if (is_bsd) {
+    deps -= [ "//services/service_manager/zygote" ]
+  }
 
   if (is_desktop_linux) {
     sources += [ "speech/tts_linux.cc" ]