ports/www/ungoogled-chromium/patches/patch-services_network_BUILD_gn

12 lines
345 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: services/network/BUILD.gn
--- services/network/BUILD.gn.orig
+++ services/network/BUILD.gn
2024-05-20 13:42:05 +00:00
@@ -410,7 +410,6 @@ if (is_linux || is_chromeos) {
2023-08-16 22:26:55 +00:00
]
deps = [
"//base:base",
- "//sandbox/linux:sandbox_services",
"//sandbox/policy:policy",
]
2024-05-20 13:42:05 +00:00
configs += [ "//build/config/compiler:wexit_time_destructors" ]