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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2934953004: De-templatize ui::AXPosition
Patch Set: Fix Android? Created 3 years, 6 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 5c49e120543e3fef2d11906ecb4d6c770c3afecf..edd89e7471b7554e9abb2ab8c19195e0f27ea98c 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -26,7 +26,9 @@ component("accessibility") {
"ax_node_data.h",
"ax_node_position.cc",
"ax_node_position.h",
+ "ax_position.cc",
"ax_position.h",
+ "ax_range.cc",
"ax_range.h",
"ax_relative_bounds.cc",
"ax_relative_bounds.h",

Powered by Google App Engine
This is Rietveld 408576698