Index: content/app/BUILD.gn
--- content/app/BUILD.gn.orig
+++ content/app/BUILD.gn
@@ -90,7 +90,10 @@ source_set("content_main_runner_app") {
            "//third_party/tflite:buildflags",
            "//tools/v8_context_snapshot:buildflags",
          ]
-  if (build_tflite_with_xnnpack) {
+  if (is_bsd) {
+    deps += [ "//skia" ]
+  }
+  if (!is_bsd && build_tflite_with_xnnpack) {
     deps += [ "//third_party/cpuinfo" ]
   }
 }
