diff options
Diffstat (limited to 'www/chromium/files/patch-content_child_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_child_BUILD.gn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/chromium/files/patch-content_child_BUILD.gn b/www/chromium/files/patch-content_child_BUILD.gn deleted file mode 100644 index 88966886db74..000000000000 --- a/www/chromium/files/patch-content_child_BUILD.gn +++ /dev/null @@ -1,16 +0,0 @@ ---- content/child/BUILD.gn.orig 2020-05-19 08:30:28 UTC -+++ content/child/BUILD.gn -@@ -147,8 +147,12 @@ target(link_target_type, "child") { - deps += [ - "//components/services/font/public/cpp", - "//components/services/font/public/mojom", -- "//services/service_manager/zygote", - ] -+ if (!is_bsd) { -+ deps += [ -+ "//services/service_manager/zygote", -+ ] -+ } - } - - if (is_win) { |