aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-mojo_public_tools_bindings_mojom.gni
blob: 6bb24ad5bb0f8e8857ca6945cc3479db7ce59417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- mojo/public/tools/bindings/mojom.gni.orig	2024-02-21 00:20:49 UTC
+++ mojo/public/tools/bindings/mojom.gni
@@ -748,6 +748,16 @@ template("mojom") {
       enabled_features += [ "is_apple" ]
     }
 
+    if (is_openbsd) {
+      enabled_features += [ "is_openbsd" ]
+      enabled_features += [ "is_bsd" ]
+    }
+
+    if (is_freebsd) {
+      enabled_features += [ "is_freebsd" ]
+      enabled_features += [ "is_bsd" ]
+    }
+
     action(parser_target_name) {
       allow_remote = true
       custom_processor = "mojom_parser"