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

Unified Diff: ui/views/views.gyp

Issue 196603003: Reland r256396 Add views implementation for AXTreeSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ui/views/accessibility/ax_tree_source_views_unittest.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 518df64e062518316bae392610ea50aeff2ebaa0..5165edc1d556c1b367e191d22902ca68241c4db4 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -49,6 +49,8 @@
],
'sources': [
# All .cc, .h under views, except unittests
+ 'accessibility/ax_tree_source_views.cc',
+ 'accessibility/ax_tree_source_views.h',
'accessibility/native_view_accessibility.cc',
'accessibility/native_view_accessibility.h',
'accessibility/native_view_accessibility_win.cc',
@@ -717,6 +719,7 @@
'..',
],
'sources': [
+ 'accessibility/ax_tree_source_views_unittest.cc',
'accessibility/native_view_accessibility_win_unittest.cc',
'accessible_pane_view_unittest.cc',
'animation/bounds_animator_unittest.cc',
« no previous file with comments | « ui/views/accessibility/ax_tree_source_views_unittest.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698