Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: ui/accessibility/BUILD.gn

Issue 2271893002: Creates AXPosition to uniquely identify a position in the accessibility tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed AXRange class. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698