opnsense-ports/devel/electron32/files/patch-content_app_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

15 lines
381 B
Text

--- content/app/BUILD.gn.orig 2024-08-14 20:54:58 UTC
+++ content/app/BUILD.gn
@@ -96,9 +96,9 @@ source_set("content_main_runner_app") {
"//chromeos/startup:constants",
]
}
- if (build_tflite_with_xnnpack) {
- deps += [ "//third_party/cpuinfo" ]
- }
+# if (build_tflite_with_xnnpack) {
+# deps += [ "//third_party/cpuinfo" ]
+# }
}
source_set("app") {