From d90bf58cf83c548d4ed98f8c6ee55a6b84af0834 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Fri, 5 Apr 2019 12:01:25 +0000 Subject: 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 --- www/chromium/files/patch-chrome_test_BUILD.gn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/chromium/files/patch-chrome_test_BUILD.gn (limited to 'www/chromium/files/patch-chrome_test_BUILD.gn') diff --git a/www/chromium/files/patch-chrome_test_BUILD.gn b/www/chromium/files/patch-chrome_test_BUILD.gn new file mode 100644 index 000000000000..727c3aca7018 --- /dev/null +++ b/www/chromium/files/patch-chrome_test_BUILD.gn @@ -0,0 +1,11 @@ +--- 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" ] + } -- cgit v1.2.3