1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/chromium/files/patch-chrome_app_BUILD.gn
Joseph Mingrone 8f6dc7d1dd www/chromium: Update to version 83.0.4103.61
Submitted by:	Matthias Wolf <freebsd@rheinwolf.de>
Reviewed by:	rene
Approved by:    chromium@ (rene)
Obtained from:	https://github.com/gliaskos/freebsd-chromium
MFH:		2020Q2
Security:	https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
Differential Revision:	https://reviews.freebsd.org/D25102
2020-06-02 20:30:55 +00:00

12 lines
335 B
Plaintext

--- chrome/app/BUILD.gn.orig 2020-05-18 10:34:00 UTC
+++ chrome/app/BUILD.gn
@@ -138,7 +138,7 @@ static_library("test_support") {
"//v8:v8_headers",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
deps += [
"//components/crash/core/app",