blob: af5f3ef3326b97f370491207c1ad7713fd7c8dc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/utility/BUILD.gn.orig 2020-07-07 21:58:16 UTC
+++ content/utility/BUILD.gn
@@ -82,7 +82,7 @@ jumbo_source_set("utility") {
deps += [ "//services/proxy_resolver:lib" ]
}
- if (is_linux) {
+ if (is_linux && !is_bsd) {
deps += [ "//content/utility/speech:speech_recognition_sandbox_hook" ]
}
|