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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2671563002: MacViews: Implement NSAccessibilityPressAction for Views with clickable roles. (Closed)
Patch Set: Use method instead of private member. Created 3 years, 11 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 4910aaa1edeb1815ed1b5f08f7deb882bfe2074a..3e325ac5c2d0c57dca61d75f0f9498ff2f121ad9 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -41,6 +41,8 @@ component("accessibility") {
"ax_tree_serializer.h",
"ax_tree_source.h",
"ax_tree_update.h",
+ "ax_utils.cc",
tapted 2017/02/09 02:45:18 I've seen feedback that we we try to avoid "foo_ut
Patti Lor 2017/02/09 23:11:23 Fair point, done! Thanks for the suggestion
+ "ax_utils.h",
"platform/ax_platform_node.cc",
"platform/ax_platform_node.h",
"platform/ax_platform_node_base.cc",

Powered by Google App Engine
This is Rietveld 408576698