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', |