diff options
Diffstat (limited to 'devel/electron33/files/patch-components_storage__monitor_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-components_storage__monitor_BUILD.gn | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-components_storage__monitor_BUILD.gn b/devel/electron33/files/patch-components_storage__monitor_BUILD.gn deleted file mode 100644 index 79d555c67d90..000000000000 --- a/devel/electron33/files/patch-components_storage__monitor_BUILD.gn +++ /dev/null @@ -1,20 +0,0 @@ ---- components/storage_monitor/BUILD.gn.orig 2024-10-16 21:31:13 UTC -+++ components/storage_monitor/BUILD.gn -@@ -75,7 +75,7 @@ static_library("storage_monitor") { - deps += [ "//services/device/public/mojom" ] - } - } else if (is_linux || is_chromeos_lacros) { -- if (use_udev) { -+ if (use_udev && !is_bsd) { - sources += [ - "mtab_watcher_linux.cc", - "mtab_watcher_linux.h", -@@ -180,7 +180,7 @@ source_set("unit_tests") { - "storage_monitor_chromeos_unittest.cc", - ] - } -- } else if (is_linux || is_chromeos_lacros) { -+ } else if ((is_linux || is_chromeos_lacros) && !is_bsd) { - if (use_udev) { - sources += [ "storage_monitor_linux_unittest.cc" ] - } |