summaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni
blob: 9cc86c147119392745ab770b1b7c9224f258f8d1 (plain) (tree)
1
2
3
4
                                                                       
                                        
                                        
                                         












                                           
                          
 
--- mojo/public/tools/bindings/mojom.gni.orig	2024-04-19 13:02:56 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