head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.30.06.39.38; author adam; state Exp; branches; next ; commitid EBfLiYmrAFQ3VWDG; desc @@ 1.1 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/components/gwp_asan/buildflags/buildflags.gni.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/components/gwp_asan/buildflags/buildflags.gni @@@@ -10,10 +10,7 @@@@ import("//build/config/compiler/compiler # Android component builds are disabled due to https://crbug.com/976399 # Android requires frame pointers for unwinding, unwind tables aren't shipped in # official builds. -supported_platform = - is_linux || is_chromeos || is_mac || is_ios || - (is_win && (current_cpu == "x64" || current_cpu == "arm64")) || - (is_android && !is_component_build && enable_frame_pointers) +supported_platform = false declare_args() { # Is GWP-ASan malloc/PartitionAlloc hooking enabled for chrome/ on a given @