Commit 0af026cc authored by tfarina@chromium.org's avatar tfarina@chromium.org

views: Fix views.gyp to point to the new location of accessibility files.

BUG=104039
TBR=ben@chromium.org

Review URL: http://codereview.chromium.org/8528029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109901 0039d316-1c4b-4281-b951-d872f2087c98
parent ad7b9971
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment