diff options
Diffstat (limited to 'devel/electron35/files/patch-components_storage__monitor_BUILD.gn')
| -rw-r--r-- | devel/electron35/files/patch-components_storage__monitor_BUILD.gn | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-components_storage__monitor_BUILD.gn b/devel/electron35/files/patch-components_storage__monitor_BUILD.gn deleted file mode 100644 index 10755a9c70a7..000000000000 --- a/devel/electron35/files/patch-components_storage__monitor_BUILD.gn +++ /dev/null @@ -1,20 +0,0 @@ ---- components/storage_monitor/BUILD.gn.orig	2025-03-24 20:50:14 UTC -+++ components/storage_monitor/BUILD.gn -@@ -71,7 +71,7 @@ static_library("storage_monitor") { -       deps += [ "//services/device/public/mojom" ] -     } -   } else if (is_linux) { --    if (use_udev) { -+    if (use_udev && !is_bsd) { -       sources += [ -         "mtab_watcher_linux.cc", -         "mtab_watcher_linux.h", -@@ -177,7 +177,7 @@ source_set("unit_tests") { -         "storage_monitor_chromeos_unittest.cc", -       ] -     } --  } else if (is_linux) { -+  } else if (is_linux && !is_bsd) { -     if (use_udev) { -       sources += [ "storage_monitor_linux_unittest.cc" ] -     }  | 
