aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom')
-rw-r--r--devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom b/devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom
deleted file mode 100644
index 5de6ad251b67..000000000000
--- a/devel/electron32/files/patch-sandbox_policy_mojom_sandbox.mojom
+++ /dev/null
@@ -1,15 +0,0 @@
---- sandbox/policy/mojom/sandbox.mojom.orig 2023-11-29 21:40:08 UTC
-+++ sandbox/policy/mojom/sandbox.mojom
-@@ -77,6 +77,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]