blob: 18c4b72e122c34c5a8be8f647cbf1c5b04e14f45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- content/browser/BUILD.gn.orig 2024-02-23 21:04:38 UTC
+++ content/browser/BUILD.gn
@@ -2457,6 +2457,13 @@ source_set("browser") {
deps += [ "//media/mojo/mojom/stable:stable_video_decoder" ]
}
+ if (is_bsd) {
+ sources -= [
+ "sandbox_ipc_linux.cc",
+ "sandbox_ipc_linux.h",
+ ]
+ }
+
if (is_chromeos) {
sources += [
"handwriting/handwriting_recognition_service_impl_cros.cc",
|