ports/www/chromium/files/patch-chrome_test_BUILD.gn
Carlos J. Puga Medina d90bf58cf8 www/chromium: Update to 73.0.3683.86
- Make existing patches apply cleanly

Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000

Submitted by:	Matthias Wolf
MFH:		2019Q2
2019-04-05 12:01:25 +00:00

11 lines
407 B
Text

--- chrome/test/BUILD.gn.orig 2019-03-24 18:46:05.402110000 +0100
+++ chrome/test/BUILD.gn 2019-03-24 18:46:25.234572000 +0100
@@ -5232,7 +5232,7 @@
"//components/crash/core/common",
"//components/flags_ui:switches",
]
- if (!is_fuchsia) {
+ if (!is_fuchsia && !is_bsd) {
# TODO(crbug.com/753619): Enable crash reporting on Fuchsia.
deps += [ "//third_party/breakpad:client" ]
}