refactor: use XmlWriter for Windows toasts (#48065)

refactor: use XmlWriter for Windows toasts
This commit is contained in:
Shelley Vohr
2025-08-20 16:06:51 +02:00
committed by GitHub
parent dd54e84a58
commit 8aeee3f714
3 changed files with 129 additions and 401 deletions

View File

@@ -686,6 +686,7 @@ source_set("electron_lib") {
deps += [
"//components/app_launch_prefetch",
"//components/crash/core/app:crash_export_thunks",
"//third_party/libxml:xml_writer",
"//ui/native_theme:native_theme_browser",
"//ui/wm",
"//ui/wm/public",