diff options
Diffstat (limited to 'www/chromium/files/patch-printing_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-printing_BUILD.gn | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-printing_BUILD.gn b/www/chromium/files/patch-printing_BUILD.gn deleted file mode 100644 index e7cd3cce3b55..000000000000 --- a/www/chromium/files/patch-printing_BUILD.gn +++ /dev/null @@ -1,20 +0,0 @@ ---- printing/BUILD.gn.orig 2021-12-14 11:45:09 UTC -+++ printing/BUILD.gn -@@ -68,7 +68,7 @@ component("printing_base") { - ] - } - --if (enable_oop_printing && (is_linux || is_chromeos)) { -+if (enable_oop_printing && (is_linux || is_chromeos) && !is_bsd) { - source_set("printing_sandbox_hook") { - sources = [ - "sandbox/print_backend_sandbox_hook_linux.cc", -@@ -263,7 +263,7 @@ component("printing") { - } - } - -- if (enable_oop_printing && (is_linux || is_chromeos)) { -+ if (enable_oop_printing && (is_linux || is_chromeos) && !is_bsd) { - deps += [ ":printing_sandbox_hook" ] - } - } |