head 1.3; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2026.07.08.13.42.16; author kikadf; state Exp; branches; next 1.2; commitid TrothZVUWCiZ0RMG; 1.2 date 2026.07.06.13.06.44; author kikadf; state Exp; branches; next 1.1; commitid 5JFQu3OxURxXTAMG; 1.1 date 2026.06.08.13.12.32; author kikadf; state Exp; branches; next ; commitid Zzd0Bp9ZEsatPZIG; desc @@ 1.3 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- chrome/browser/metrics/BUILD.gn.orig 2026-07-06 22:58:46.000000000 +0000 +++ chrome/browser/metrics/BUILD.gn @@@@ -210,7 +210,7 @@@@ source_set("metrics") { ] } - if (is_linux || is_chromeos) { + if (!is_bsd && (is_linux || is_chromeos)) { public += [ "bluetooth_metrics_provider.h" ] } @@@@ -221,7 +221,7 @@@@ source_set("metrics") { ] } - if (is_win || is_android || is_linux) { + if (!is_bsd && (is_win || is_android || is_linux)) { public += [ "chrome_metrics_service_crash_reporter.h" ] } @@@@ -473,7 +473,7 @@@@ source_set("impl") { sources += [ "structured/chrome_structured_metrics_delegate.cc" ] } - if (is_linux || is_chromeos) { + if (!is_bsd && (is_linux || is_chromeos)) { sources += [ "bluetooth_metrics_provider.cc" ] } @@@@ -488,7 +488,7 @@@@ source_set("impl") { deps += [ "//chrome/browser/updates:update_metrics" ] } - if (is_win || is_android || is_linux) { + if (!is_bsd && (is_win || is_android || is_linux)) { sources += [ "chrome_metrics_service_crash_reporter.cc" ] } @ 1.2 log @ chromium: update to 150.0.7871.46 This update includes 433 security fixes. Please see the Chrome Security Page for more information. @ text @d7 1 a7 1 --- chrome/browser/metrics/BUILD.gn.orig 2026-06-23 23:37:18.000000000 +0000 @ 1.1 log @ www/chromium: update to 149.0.7827.53 * 149.0.7827.53 This update includes 429 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information. * Fix build with wayland support: add missing include @ text @d7 1 a7 1 --- chrome/browser/metrics/BUILD.gn.orig 2026-05-28 23:24:11.000000000 +0000 d9 1 a9 1 @@@@ -197,7 +197,7 @@@@ source_set("metrics") { d18 1 a18 1 @@@@ -208,7 +208,7 @@@@ source_set("metrics") { d27 1 a27 1 @@@@ -456,7 +456,7 @@@@ source_set("impl") { d36 1 a36 1 @@@@ -471,7 +471,7 @@@@ source_set("impl") { @