mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
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/
11 lines
594 B
C++
11 lines
594 B
C++
--- content/child/child_process.cc.orig 2023-11-29 21:40:01 UTC
|
|
+++ content/child/child_process.cc
|
|
@@ -66,7 +66,7 @@ ChildProcess::ChildProcess(base::ThreadType io_thread_
|
|
thread_pool_init_params)
|
|
: resetter_(&child_process, this, nullptr),
|
|
io_thread_(std::make_unique<ChildIOThread>()) {
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
const base::CommandLine& command_line =
|
|
*base::CommandLine::ForCurrentProcess();
|
|
const bool is_embedded_in_browser_process =
|