summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_BUILD.gn
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-07-17 10:45:06 +0200
committerRobert Nagy <rnagy@FreeBSD.org>2023-07-20 16:47:21 +0200
commit63cf4694e3164011515586e8ff7d0c9ac675999c (patch)
treecc728b4b0bc8894bde7a1c92ebd73eea6c361970 /www/chromium/files/patch-net_BUILD.gn
parentDrop maintainership of ports (diff)
www/chromium: update to 115.0.5790.98
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/2f22927f-26ea-11ee-8290-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-net_BUILD.gn')
-rw-r--r--www/chromium/files/patch-net_BUILD.gn12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn
index ffc32220b46b..25dc240dabb8 100644
--- a/www/chromium/files/patch-net_BUILD.gn
+++ b/www/chromium/files/patch-net_BUILD.gn
@@ -1,4 +1,4 @@
---- net/BUILD.gn.orig 2023-05-31 08:12:17 UTC
+--- net/BUILD.gn.orig 2023-07-16 15:47:57 UTC
+++ net/BUILD.gn
@@ -107,7 +107,7 @@ net_configs = [
"//build/config/compiler:wexit_time_destructors",
@@ -29,7 +29,7 @@
if (is_mac) {
sources += [
"base/network_notification_thread_mac.cc",
-@@ -1386,7 +1399,7 @@ component("net") {
+@@ -1387,7 +1400,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",
-@@ -2847,7 +2860,7 @@ test("net_unittests") {
+@@ -2856,7 +2869,7 @@ test("net_unittests") {
]
}
@@ -47,7 +47,7 @@
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
-@@ -2915,6 +2928,10 @@ test("net_unittests") {
+@@ -2924,6 +2937,10 @@ test("net_unittests") {
"//url:buildflags",
]
@@ -58,7 +58,7 @@
if (enable_websockets) {
deps += [ "//net/server:tests" ]
}
-@@ -2996,7 +3013,7 @@ test("net_unittests") {
+@@ -3006,7 +3023,7 @@ test("net_unittests") {
]
}
@@ -67,7 +67,7 @@
sources += [ "tools/quic/quic_simple_server_test.cc" ]
}
-@@ -3131,7 +3148,7 @@ test("net_unittests") {
+@@ -3142,7 +3159,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux.