aboutsummaryrefslogtreecommitdiffstats
path: root/www/iridium/files/patch-mojo_public_tools_bindings_mojom.gni
blob: 4433163175321d1e161bd5aef608ad019cced892 (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	2025-11-06 10:11:34 UTC
+++ mojo/public/tools/bindings/mojom.gni
@@ -763,6 +763,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_outputs = []
     foreach(base_path, output_file_base_paths) {
       filename = get_path_info(base_path, "file")