blob: 3cdbc60a5329b3ca2edf38d13435672c91cefe8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- content/browser/BUILD.gn.orig 2023-08-17 07:33:31 UTC
+++ content/browser/BUILD.gn
@@ -2423,6 +2423,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",
|