18 lines
432 B
Text
18 lines
432 B
Text
|
Index: content/browser/BUILD.gn
|
||
|
--- content/browser/BUILD.gn.orig
|
||
|
+++ content/browser/BUILD.gn
|
||
|
@@ -2414,6 +2414,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",
|