Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 842281e

Browse files
authored
Test shell/platform/common a11y code on Windows (#30262)
This enables unittests for the accessibility bridge in common_cpp_unittests, when running on Windows. Previously, we only tested on macOS. Issue: flutter/flutter#77838
1 parent ff328f0 commit 842281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/common/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if (enable_unittests) {
187187
]
188188

189189
# The accessibility bridge only supports MacOS for now.
190-
if (is_mac) {
190+
if (is_mac || is_win) {
191191
sources += [
192192
"accessibility_bridge_unittests.cc",
193193
"flutter_platform_node_delegate_unittests.cc",

0 commit comments

Comments
 (0)