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

Unified Diff: ui/ui.gyp

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid of content change Created 7 years, 1 month 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 18ebe56fe1f3de49efcdedc05d579e67f8babde8..4e59fa65d966f1c041cae8e936da3c0312d001ad 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -42,6 +42,18 @@
'gfx/gfx.gyp:gfx',
],
'sources' : [
+ 'accessibility/ax_node.cc',
+ 'accessibility/ax_node_data.cc',
+ 'accessibility/ax_node_data.h',
+ 'accessibility/ax_node.h',
+ 'accessibility/ax_roles.h',
+ 'accessibility/ax_tree.cc',
+ 'accessibility/ax_tree.h',
+ 'accessibility/ax_tree_serializer.cc',
+ 'accessibility/ax_tree_serializer.h',
+ 'accessibility/ax_tree_source.h',
+ 'accessibility/ax_tree_update.cc',
+ 'accessibility/ax_tree_update.h',
'base/accelerators/accelerator.cc',
'base/accelerators/accelerator.h',
'base/accelerators/accelerator_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698