Chromium Code Reviews| Index: ui/accessibility/BUILD.gn |
| diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn |
| index f1c43b744758e9a45e9be729276f8a0a0962daae..13455d80bd96bfae54da7251e69c1829eeaf5ce0 100644 |
| --- a/ui/accessibility/BUILD.gn |
| +++ b/ui/accessibility/BUILD.gn |
| @@ -18,6 +18,10 @@ component("accessibility") { |
| "ax_node.h", |
| "ax_node_data.cc", |
| "ax_node_data.h", |
| + "ax_node_position.cc", |
| + "ax_node_position.h", |
| + "ax_position.h", |
| + "ax_range.h", |
|
dmazzoni
2016/10/18 23:59:11
Get rid of this
|
| "ax_relative_bounds.cc", |
| "ax_relative_bounds.h", |
| "ax_serializable_tree.cc", |
| @@ -120,6 +124,7 @@ static_library("test_support") { |
| test("accessibility_unittests") { |
| sources = [ |
| "ax_generated_tree_unittest.cc", |
| + "ax_node_position_unittest.cc", |
| "ax_text_utils_unittest.cc", |
| "ax_tree_combiner_unittest.cc", |
| "ax_tree_serializer_unittest.cc", |