diff options
Diffstat (limited to 'devel/electron33/files/patch-services_network_public_mojom_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-services_network_public_mojom_BUILD.gn | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/electron33/files/patch-services_network_public_mojom_BUILD.gn b/devel/electron33/files/patch-services_network_public_mojom_BUILD.gn deleted file mode 100644 index 9c4f0bf30616..000000000000 --- a/devel/electron33/files/patch-services_network_public_mojom_BUILD.gn +++ /dev/null @@ -1,25 +0,0 @@ ---- services/network/public/mojom/BUILD.gn.orig 2024-08-14 20:55:10 UTC -+++ services/network/public/mojom/BUILD.gn -@@ -493,11 +493,11 @@ mojom("url_loader_base") { - } - - enabled_features = [] -- if (is_android || is_chromeos || is_linux) { -+ if (!is_bsd && (is_android || is_chromeos || is_linux)) { - enabled_features += [ "network_change_notifier_in_browser" ] - } - -- if (is_linux) { -+ if (is_linux && !is_bsd) { - # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does - # not include lacros. - enabled_features += [ "use_network_interface_change_listener" ] -@@ -1490,7 +1490,7 @@ mojom("mojom") { - } - } - -- if (is_linux) { -+ if (is_linux && !is_bsd) { - # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does - # not include lacros. - enabled_features += [ "use_network_interface_change_listener" ] |