mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
16 lines
365 B
Text
16 lines
365 B
Text
--- content/browser/BUILD.gn.orig 2023-02-08 09:03:45 UTC
|
|
+++ content/browser/BUILD.gn
|
|
@@ -2368,6 +2368,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",
|