| Index: ui/accessibility/BUILD.gn
|
| diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
|
| index 4d616991bacde957de8c9d38ac5a65f22b628ff9..3a195f331678e6ca97fb0d78a9844d970d34c48e 100644
|
| --- a/ui/accessibility/BUILD.gn
|
| +++ b/ui/accessibility/BUILD.gn
|
| @@ -127,6 +127,15 @@ source_set("test_support") {
|
| ]
|
| }
|
|
|
| +# 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",
|
|
|