diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index ef1872d..7330065 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -353,8 +353,8 @@ 'wm/panel_frame_view.h', 'wm/panel_layout_manager.cc', 'wm/panel_layout_manager.h', - 'wm/panel_window_event_filter.cc', - 'wm/panel_window_event_filter.h', + 'wm/panel_window_resizer.cc', + 'wm/panel_window_resizer.h', 'wm/partial_screenshot_view.cc', 'wm/partial_screenshot_view.h', 'wm/power_button_controller.cc', @@ -626,6 +626,7 @@ 'wm/drag_window_resizer_unittest.cc', 'wm/frame_painter_unittest.cc', 'wm/panel_layout_manager_unittest.cc', + 'wm/panel_window_resizer_unittest.cc', 'wm/power_button_controller_unittest.cc', 'wm/screen_dimmer_unittest.cc', 'wm/session_state_controller_impl2_unittest.cc', |