mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
- 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
11 lines
407 B
Text
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" ]
|
|
}
|