summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-net_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-net_BUILD.gn16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/ungoogled-chromium/files/patch-net_BUILD.gn b/www/ungoogled-chromium/files/patch-net_BUILD.gn
index a720dd59132b..3c23ef8bb76b 100644
--- a/www/ungoogled-chromium/files/patch-net_BUILD.gn
+++ b/www/ungoogled-chromium/files/patch-net_BUILD.gn
@@ -1,4 +1,4 @@
---- net/BUILD.gn.orig 2023-11-04 07:08:51 UTC
+--- net/BUILD.gn.orig 2023-12-23 12:33:28 UTC
+++ net/BUILD.gn
@@ -122,7 +122,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -9,8 +9,8 @@
net_configs += [ "//build/config/linux:libresolv" ]
}
-@@ -1244,6 +1244,19 @@ component("net") {
- deps += [ "//third_party/xdg_shared_mime_info" ]
+@@ -1242,6 +1242,19 @@ component("net") {
+ ]
}
+ if (is_bsd) {
@@ -29,7 +29,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1400,7 +1413,7 @@ component("net") {
+@@ -1398,7 +1411,7 @@ component("net") {
}
# Use getifaddrs() on POSIX platforms, except Linux.
@@ -38,7 +38,7 @@
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
-@@ -2893,7 +2906,7 @@ test("net_unittests") {
+@@ -2888,7 +2901,7 @@ test("net_unittests") {
]
}
@@ -47,9 +47,9 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -2965,6 +2978,10 @@ test("net_unittests") {
- "//url:buildflags",
- ]
+@@ -2976,6 +2989,10 @@ test("net_unittests") {
+ ]
+ }
+ if (is_bsd) {
+ deps += [ "//sandbox/policy" ]