Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
--- 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") {
|