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/
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
--- content/child/BUILD.gn.orig 2024-06-18 21:43:32 UTC
|
|
+++ content/child/BUILD.gn
|
|
@@ -130,6 +130,13 @@ target(link_target_type, "child") {
|
|
]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [
|
|
+ "sandboxed_process_thread_type_handler.cc",
|
|
+ "sandboxed_process_thread_type_handler.h",
|
|
+ ]
|
|
+ }
|
|
+
|
|
if (is_win) {
|
|
sources += [
|
|
"dwrite_font_proxy/dwrite_font_proxy_init_impl_win.cc",
|