summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_browser_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-content_browser_BUILD.gn')
-rw-r--r--www/iridium/files/patch-content_browser_BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/iridium/files/patch-content_browser_BUILD.gn b/www/iridium/files/patch-content_browser_BUILD.gn
new file mode 100644
index 000000000000..3271df3834d3
--- /dev/null
+++ b/www/iridium/files/patch-content_browser_BUILD.gn
@@ -0,0 +1,16 @@
+--- content/browser/BUILD.gn.orig 2022-03-28 18:11:04 UTC
++++ content/browser/BUILD.gn
+@@ -2318,6 +2318,13 @@ source_set("browser") {
+ ]
+ }
+
++ if (is_bsd) {
++ sources -= [
++ "sandbox_ipc_linux.cc",
++ "sandbox_ipc_linux.h",
++ ]
++ }
++
+ if (is_chromeos) {
+ deps += [ "//components/value_store:value_store" ]
+ sources += [