diff options
Diffstat (limited to 'www/iridium/files/patch-content_common_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-content_common_BUILD.gn | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/iridium/files/patch-content_common_BUILD.gn b/www/iridium/files/patch-content_common_BUILD.gn deleted file mode 100644 index 3d0913b5242b..000000000000 --- a/www/iridium/files/patch-content_common_BUILD.gn +++ /dev/null @@ -1,15 +0,0 @@ ---- content/common/BUILD.gn.orig 2020-03-16 18:40:32 UTC -+++ content/common/BUILD.gn -@@ -356,6 +356,12 @@ source_set("common") { - libs += [ "android" ] - } - -+ if (is_bsd) { -+ sources -= [ -+ "sandbox_init_linux.cc", -+ ] -+ } -+ - if (is_debug && !is_component_build && enable_plugins) { - # Content depends on the PPAPI message logging stuff; if this isn't here, - # some unit test binaries won't compile. This only worked in release mode |