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

Unified Diff: views/views.gyp

Issue 8528029: views: Fix views.gyp to point to the new location of accessibility files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: joi review Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 30c4dc7b330ad85c37059439d039f1ce500f095b..074fa7b7f0fb6ce9039c8323fc87b5dc22fc81ac 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -55,8 +55,6 @@
],
'sources': [
# All .cc, .h under views, except unittests
- 'accessibility/native_view_accessibility_win.cc',
- 'accessibility/native_view_accessibility_win.h',
'accessible_pane_view.cc',
'accessible_pane_view.h',
'animation/bounds_animator.cc',
@@ -396,6 +394,8 @@
'widget/widget_delegate.h',
'widget/window_manager.cc',
'widget/window_manager.h',
+ '../ui/views/accessibility/native_view_accessibility_win.cc',
+ '../ui/views/accessibility/native_view_accessibility_win.h',
'../ui/views/window/client_view.cc',
'../ui/views/window/client_view.h',
'../ui/views/window/custom_frame_view.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698