blob: 6746b83329512973e5067fbcc3e591f3a38e0265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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") {
|