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

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: Add TODOs 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
« no previous file with comments | « ui/accessibility/ax_tree_update.cc ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 01a18670f3f60f93f0849d7e6cd6949505b3c569..a4f00d46422c01e0177a9220c4e34c5d5277adfd 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -46,6 +46,20 @@
'gfx/gfx.gyp:gfx',
],
'sources' : [
+ 'accessibility/ax_enums.h',
Ben Goodger (Google) 2013/11/21 23:15:42 since this has a subdir in src/ui, it should also
dmazzoni 2013/11/22 00:07:15 Got it. Done.
+ 'accessibility/ax_node.cc',
+ 'accessibility/ax_node_data.cc',
+ 'accessibility/ax_node_data.h',
+ 'accessibility/ax_node.h',
+ 'accessibility/ax_serializable_tree.cc',
+ 'accessibility/ax_serializable_tree.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',
« no previous file with comments | « ui/accessibility/ax_tree_update.cc ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698