Chromium Code Reviews| Index: ui/accessibility/BUILD.gn |
| diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn |
| index 4910aaa1edeb1815ed1b5f08f7deb882bfe2074a..3e325ac5c2d0c57dca61d75f0f9498ff2f121ad9 100644 |
| --- a/ui/accessibility/BUILD.gn |
| +++ b/ui/accessibility/BUILD.gn |
| @@ -41,6 +41,8 @@ component("accessibility") { |
| "ax_tree_serializer.h", |
| "ax_tree_source.h", |
| "ax_tree_update.h", |
| + "ax_utils.cc", |
|
tapted
2017/02/09 02:45:18
I've seen feedback that we we try to avoid "foo_ut
Patti Lor
2017/02/09 23:11:23
Fair point, done! Thanks for the suggestion
|
| + "ax_utils.h", |
| "platform/ax_platform_node.cc", |
| "platform/ax_platform_node.h", |
| "platform/ax_platform_node_base.cc", |