summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_app_BUILD.gn
blob: b1c38a0a15cd82f6b19c98922b828e112bb85dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- content/app/BUILD.gn.orig	2025-12-05 10:12:50 UTC
+++ 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" ]
   }
 }