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

Unified Diff: ash/ash.gyp

Issue 10916221: Make ToplevelWindowEventFilter and WorkspaceEventFilter into event handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
===================================================================
--- ash/ash.gyp (revision 155914)
+++ ash/ash.gyp (working copy)
@@ -320,8 +320,8 @@
'wm/system_modal_container_event_filter_delegate.h',
'wm/system_modal_container_layout_manager.cc',
'wm/system_modal_container_layout_manager.h',
- 'wm/toplevel_window_event_filter.cc',
- 'wm/toplevel_window_event_filter.h',
+ 'wm/toplevel_window_event_handler.cc',
+ 'wm/toplevel_window_event_handler.h',
'wm/user_activity_detector.cc',
'wm/user_activity_detector.h',
'wm/user_activity_observer.h',
@@ -368,8 +368,8 @@
'wm/workspace/workspace.h',
'wm/workspace/workspace2.cc',
'wm/workspace/workspace2.h',
- 'wm/workspace/workspace_event_filter.cc',
- 'wm/workspace/workspace_event_filter.h',
+ 'wm/workspace/workspace_event_handler.cc',
+ 'wm/workspace/workspace_event_handler.h',
'wm/workspace/workspace_layout_manager.cc',
'wm/workspace/workspace_layout_manager.h',
'wm/workspace/workspace_layout_manager2.cc',
@@ -502,7 +502,7 @@
'wm/shelf_layout_manager_unittest.cc',
'wm/system_gesture_event_filter_unittest.cc',
'wm/system_modal_container_layout_manager_unittest.cc',
- 'wm/toplevel_window_event_filter_unittest.cc',
+ 'wm/toplevel_window_event_handler_unittest.cc',
'wm/user_activity_detector_unittest.cc',
'wm/video_detector_unittest.cc',
'wm/visibility_controller_unittest.cc',
@@ -513,9 +513,9 @@
'wm/workspace_controller_test_helper.cc',
'wm/workspace_controller_test_helper.h',
'wm/workspace/multi_window_resize_controller_unittest.cc',
- 'wm/workspace/workspace_event_filter_test_helper.cc',
- 'wm/workspace/workspace_event_filter_test_helper.h',
- 'wm/workspace/workspace_event_filter_unittest.cc',
+ 'wm/workspace/workspace_event_handler_test_helper.cc',
+ 'wm/workspace/workspace_event_handler_test_helper.h',
+ 'wm/workspace/workspace_event_handler_unittest.cc',
'wm/workspace/workspace_manager_unittest.cc',
'wm/workspace/workspace_manager2_unittest.cc',
'wm/workspace/workspace_window_resizer_unittest.cc',
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698