ports/www/chromium/patches/patch-services_network_BUILD_gn

12 lines
281 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
2023-09-14 00:49:35 +00:00
@@ -385,7 +385,6 @@ if (is_linux || is_chromeos) {
2023-08-16 22:26:55 +00:00
]
deps = [
"//base:base",
- "//sandbox/linux:sandbox_services",
"//sandbox/policy:policy",
]
}