freebsd-ports/www/chromium/files/patch-content_browser_BUILD.gn

17 lines
365 B
Plaintext

--- content/browser/BUILD.gn.orig 2023-01-26 06:54:16 UTC
+++ content/browser/BUILD.gn
@@ -2340,6 +2340,13 @@ source_set("browser") {
]
}
+ if (is_bsd) {
+ sources -= [
+ "sandbox_ipc_linux.cc",
+ "sandbox_ipc_linux.h",
+ ]
+ }
+
if (is_chromeos) {
sources += [
"handwriting/handwriting_recognition_service_impl_cros.cc",