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