blob: 6e19da5c800ebcda21db2da7ee0e28b0518b7cbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/on_device_model/ml/BUILD.gn.orig 2025-10-21 20:19:54 UTC
+++ services/on_device_model/ml/BUILD.gn
@@ -82,7 +82,7 @@ if (use_blink || (is_ios && build_with_internal_optimi
if (!is_fuchsia) {
deps += [ "//services/on_device_model/safety:bert_safety_model" ]
}
- if (is_win || is_mac || is_linux) {
+ if ((is_win || is_mac || is_linux) && !is_bsd) {
deps += [ "//third_party/xnnpack" ]
}
public_deps = [
|