| Index: ui/accessibility/BUILD.gn
|
| diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
|
| index 64c008d4b19df5b1f73b77b6dbae3f01a19a3051..59f7eee48da2b798491b1eabe539d49a720d0601 100644
|
| --- a/ui/accessibility/BUILD.gn
|
| +++ b/ui/accessibility/BUILD.gn
|
| @@ -126,6 +126,15 @@
|
| ]
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("accessibility_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":accessibility_unittests",
|
| + ]
|
| +}
|
| +
|
| test("accessibility_unittests") {
|
| sources = [
|
| "ax_generated_tree_unittest.cc",
|
|
|