9ad5184453
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/
15 lines
390 B
Text
15 lines
390 B
Text
--- sandbox/policy/mojom/sandbox.mojom.orig 2023-08-10 01:48:48 UTC
|
|
+++ sandbox/policy/mojom/sandbox.mojom
|
|
@@ -72,6 +72,12 @@ enum Sandbox {
|
|
[EnableIf=is_fuchsia]
|
|
kVideoCapture,
|
|
|
|
+ [EnableIf=is_openbsd]
|
|
+ kVideoCapture,
|
|
+
|
|
+ [EnableIf=is_freebsd]
|
|
+ kVideoCapture,
|
|
+
|
|
// Allows access to file contents and Windows APIs for parsing icons from PE
|
|
// files.
|
|
[EnableIf=is_win]
|