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

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: Fixed some compilation errors on the Mac. 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
« no previous file with comments | « content/browser/accessibility/browser_accessibility_cocoa.mm ('k') | ui/accessibility/ax_node_position.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 4c03ce91d34e55a5f9e7465509fafdb339a30adc..1fc5e7be9954ec81f9ff5362c05cc5faf7765738 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -17,6 +17,9 @@ 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_relative_bounds.cc",
"ax_relative_bounds.h",
"ax_serializable_tree.cc",
@@ -119,6 +122,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",
« no previous file with comments | « content/browser/accessibility/browser_accessibility_cocoa.mm ('k') | ui/accessibility/ax_node_position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698