diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-07-23 16:31:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-07-23 16:31:18 +0000 |
commit | 651302b592fe54c5197641402df87ff216c27903 (patch) | |
tree | 784a10fc6050d3be8786fd6f4f954d7802bd9204 /www/iridium/files/patch-chrome_test_BUILD.gn | |
parent | Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems: (diff) |
www/iridium: update to 2020.04.81
PR: 245959
Submitted by: Matthias Wolf
MFH: 2020Q3
Security: any Chromium vulnerability between 73 and 81
Diffstat (limited to 'www/iridium/files/patch-chrome_test_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-chrome_test_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-chrome_test_BUILD.gn b/www/iridium/files/patch-chrome_test_BUILD.gn index daae8086939d..67e371b45b43 100644 --- a/www/iridium/files/patch-chrome_test_BUILD.gn +++ b/www/iridium/files/patch-chrome_test_BUILD.gn @@ -1,8 +1,8 @@ ---- chrome/test/BUILD.gn.orig 2019-04-05 00:49:07 UTC +--- chrome/test/BUILD.gn.orig 2020-03-16 18:40:30 UTC +++ chrome/test/BUILD.gn -@@ -5232,7 +5232,7 @@ test("chrome_app_unittests") { - "//components/crash/core/common", - "//components/flags_ui:switches", +@@ -6042,7 +6042,7 @@ test("chrome_app_unittests") { + "//components/safe_browsing:buildflags", + "//components/tracing", ] - if (!is_fuchsia) { + if (!is_fuchsia && !is_bsd) { |