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

Unified Diff: ui/accessibility/BUILD.gn

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: |window| can be nullptr Created 3 years, 10 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..db895c34d97b34ff59ddd767eb577d64cdc45bb0 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -37,6 +37,8 @@ component("accessibility") {
"ax_tree_combiner.h",
"ax_tree_data.cc",
"ax_tree_data.h",
+ "ax_tree_id_registry.cc",
dmazzoni 2017/02/09 01:18:09 Oh good, I like it better here anyway
+ "ax_tree_id_registry.h",
"ax_tree_serializer.cc",
"ax_tree_serializer.h",
"ax_tree_source.h",

Powered by Google App Engine
This is Rietveld 408576698