--- services/network/BUILD.gn.orig 2021-01-07 00:36:39 UTC +++ services/network/BUILD.gn @@ -261,9 +261,15 @@ component("network_service") { deps += [ "//components/certificate_transparency" ] } - if (is_linux || is_chromeos) { + if ((is_linux && !is_bsd) || is_chromeos) { deps += [ "//sandbox/linux:sandbox_services", + "//sandbox/policy", + ] + } + + if (is_bsd) { + deps += [ "//sandbox/policy", ] }