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

Unified Diff: ui/views/BUILD.gn

Issue 2767143007: Try |View::HandleAccessibleAction| before falling back to fixed actions. (Closed)
Patch Set: fix build Created 3 years, 9 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 7265e1e37ec480fffc45700f78464b6a0605350d..bce4386e53349900bbe4f03d24a1a72aa1cd7f4a 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -525,6 +525,8 @@ component("views") {
sources += [
"accessibility/ax_aura_obj_cache.cc",
"accessibility/ax_aura_obj_cache.h",
+ "accessibility/ax_aura_obj_wrapper.cc",
+ "accessibility/ax_aura_obj_wrapper.h",
"accessibility/ax_view_obj_wrapper.cc",
"accessibility/ax_view_obj_wrapper.h",
"accessibility/ax_widget_obj_wrapper.cc",
« no previous file with comments | « chrome/browser/ui/aura/accessibility/ax_tree_source_aura.cc ('k') | ui/views/accessibility/ax_aura_obj_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698