--- content/browser/BUILD.gn.orig 2020-07-07 21:58:15 UTC +++ content/browser/BUILD.gn @@ -2044,6 +2044,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" ]