diff options
Diffstat (limited to 'devel/electron12/files/patch-chrome_browser_BUILD.gn')
-rw-r--r-- | devel/electron12/files/patch-chrome_browser_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-chrome_browser_BUILD.gn b/devel/electron12/files/patch-chrome_browser_BUILD.gn deleted file mode 100644 index ef88a3574cbc..000000000000 --- a/devel/electron12/files/patch-chrome_browser_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/BUILD.gn.orig 2021-04-22 07:51:50 UTC -+++ chrome/browser/BUILD.gn -@@ -5277,7 +5277,7 @@ static_library("browser") { - ] - } - -- if (is_posix && !is_mac) { -+ if (is_posix && !is_mac && !is_bsd) { - # TODO(crbug.com / 753619): Enable crash reporting on Fuchsia. - sources += [ - "//chrome/app/chrome_crash_reporter_client.cc", |