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

Unified Diff: views/views.gyp

Issue 159046: Implementing accelerators for Linux toolkit_views (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « views/view_unittest.cc ('k') | views/widget/accelerator_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 22100)
+++ views/views.gyp (working copy)
@@ -177,6 +177,9 @@
'event_win.cc',
'fill_layout.cc',
'fill_layout.h',
+ 'focus/accelerator_handler.h',
+ 'focus/accelerator_handler_gtk.cc',
+ 'focus/accelerator_handler_win.cc',
'focus/external_focus_tracker.cc',
'focus/external_focus_tracker.h',
'focus/focus_manager_gtk.cc',
@@ -205,8 +208,6 @@
'view_constants.h',
'view_gtk.cc',
'view_win.cc',
- 'widget/accelerator_handler.cc',
- 'widget/accelerator_handler.h',
'widget/aero_tooltip_manager.cc',
'widget/aero_tooltip_manager.h',
'widget/default_theme_provider.cc',
@@ -281,7 +282,6 @@
'controls/tree/tree_view.cc',
'event_win.cc',
'resize_corner.cc',
- 'widget/accelerator_handler.cc',
'widget/aero_tooltip_manager.cc',
'widget/root_view_drop_target.cc',
'widget/tooltip_manager.cc',
@@ -302,6 +302,6 @@
],
}],
],
- },
+ }
],
}
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698