From 2f85e0aed6882f5be23adf89be70ce5f327d3373 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Tue, 25 Jul 2023 08:32:19 +0200 Subject: www/iridium: update to 2023.07.115.1 --- www/iridium/files/patch-chrome_test_BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/iridium/files/patch-chrome_test_BUILD.gn') diff --git a/www/iridium/files/patch-chrome_test_BUILD.gn b/www/iridium/files/patch-chrome_test_BUILD.gn index ebcafe25c870..3f976db0d935 100644 --- a/www/iridium/files/patch-chrome_test_BUILD.gn +++ b/www/iridium/files/patch-chrome_test_BUILD.gn @@ -1,11 +1,11 @@ ---- chrome/test/BUILD.gn.orig 2023-04-22 17:45:15 UTC +--- chrome/test/BUILD.gn.orig 2023-07-24 14:27:53 UTC +++ chrome/test/BUILD.gn -@@ -10152,7 +10152,7 @@ test("chrome_app_unittests") { +@@ -10596,7 +10596,7 @@ test("chrome_app_unittests") { "//components/heap_profiling/in_process", "//components/safe_browsing:buildflags", ] -- if (!is_fuchsia) { -+ if (!is_fuchsia && !is_bsd) { +- if (!is_fuchsia && !is_mac) { ++ if (!is_fuchsia && !is_mac && !is_bsd) { deps += [ "//third_party/breakpad:client" ] } - if (enable_gwp_asan) { + if (is_android) { -- cgit v1.2.3