blob: aedfaaae577018be5d3b7f562bf502e087836a29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- content/app/BUILD.gn.orig 2025-09-06 10:01:20 UTC
+++ content/app/BUILD.gn
@@ -91,9 +91,9 @@ source_set("content_main_runner_app") {
"//third_party/tflite:buildflags",
"//tools/v8_context_snapshot:buildflags",
]
- if (build_tflite_with_xnnpack) {
- deps += [ "//third_party/cpuinfo" ]
- }
+# if (build_tflite_with_xnnpack) {
+# deps += [ "//third_party/cpuinfo" ]
+# }
}
if (is_android && enable_javaless_renderers) {
|