mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -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/
10 lines
301 B
C++
10 lines
301 B
C++
--- chrome/test/chromedriver/chrome_launcher.cc.orig 2023-11-29 21:39:54 UTC
|
|
+++ chrome/test/chromedriver/chrome_launcher.cc
|
|
@@ -73,6 +73,7 @@
|
|
#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
#elif BUILDFLAG(IS_WIN)
|
|
#include <windows.h>
|