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

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: Addressed some of the comments by David and Dominic. 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..dcf7a384f02dfeda225915580c4ae087202d581a 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",
"ax_relative_bounds.cc",
"ax_relative_bounds.h",
"ax_serializable_tree.cc",

Powered by Google App Engine
This is Rietveld 408576698