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
424 B
Plaintext
17 lines
424 B
Plaintext
--- content/browser/BUILD.gn.orig 2024-02-27 21:36:00 UTC
|
|
+++ content/browser/BUILD.gn
|
|
@@ -2458,6 +2458,13 @@ source_set("browser") {
|
|
deps += [ "//media/mojo/mojom/stable:stable_video_decoder" ]
|
|
}
|
|
|
|
+ if (is_bsd) {
|
|
+ sources -= [
|
|
+ "sandbox_ipc_linux.cc",
|
|
+ "sandbox_ipc_linux.h",
|
|
+ ]
|
|
+ }
|
|
+
|
|
if (is_chromeos) {
|
|
sources += [
|
|
"handwriting/handwriting_recognition_service_impl_cros.cc",
|