diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
commit | 66d46c9897975d9592955817cb33089d97ef17c6 (patch) | |
tree | c8bebd5ffea1cf2b2f6b472d71bbaddb2b47480d /www/iridium/files/patch-chrome_test_BUILD.gn | |
parent | net/shmux: Update to 1.0.3 (diff) |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Notes
Notes:
svn path=/head/; revision=504498
Diffstat (limited to 'www/iridium/files/patch-chrome_test_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-chrome_test_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chrome_test_BUILD.gn b/www/iridium/files/patch-chrome_test_BUILD.gn new file mode 100644 index 000000000000..daae8086939d --- /dev/null +++ b/www/iridium/files/patch-chrome_test_BUILD.gn @@ -0,0 +1,11 @@ +--- chrome/test/BUILD.gn.orig 2019-04-05 00:49:07 UTC ++++ chrome/test/BUILD.gn +@@ -5232,7 +5232,7 @@ test("chrome_app_unittests") { + "//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" ] + } |