mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8f6dc7d1dd
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
12 lines
335 B
Plaintext
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",
|