--- services/on_device_model/ml/BUILD.gn.orig 2026-01-07 00:52:53 UTC +++ services/on_device_model/ml/BUILD.gn @@ -86,7 +86,7 @@ if (use_blink || (is_ios && build_with_internal_optimi if (!is_fuchsia && build_with_tflite_lib) { 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 = [