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-components_metrics_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-components_metrics_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-components_metrics_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-components_metrics_BUILD.gn b/www/iridium/files/patch-components_metrics_BUILD.gn index 48f72989095e..b89758947847 100644 --- a/www/iridium/files/patch-components_metrics_BUILD.gn +++ b/www/iridium/files/patch-components_metrics_BUILD.gn @@ -1,6 +1,6 @@ ---- components/metrics/BUILD.gn.orig 2019-03-11 22:00:56 UTC +--- components/metrics/BUILD.gn.orig 2020-03-16 18:40:30 UTC +++ components/metrics/BUILD.gn -@@ -143,6 +143,11 @@ jumbo_static_library("metrics") { +@@ -173,6 +173,11 @@ jumbo_static_library("metrics") { if (is_fuchsia) { sources += [ "drive_metrics_provider_fuchsia.cc" ] } @@ -11,4 +11,4 @@ + } - # The component metrics provider is a separate target because it depends upon + if (is_android) { |