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

Unified Diff: ash/ash.gyp

Issue 11411344: Extract the code for supporing extended desktop from WorkspaceWindowResizer into DragWindowResizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_aura error Created 8 years 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/display/mouse_cursor_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index d888b3f8df0367da556d2b1ae57d55c481e580fc..69a49172dffdd9e0f612fc1485c98a16815fb288 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -301,6 +301,8 @@
'wm/dialog_frame_view.h',
'wm/drag_window_controller.cc',
'wm/drag_window_controller.h',
+ 'wm/drag_window_resizer.cc',
+ 'wm/drag_window_resizer.h',
'wm/event_client_impl.cc',
'wm/event_client_impl.h',
'wm/event_rewriter_event_filter.cc',
@@ -566,6 +568,7 @@
'wm/base_layout_manager_unittest.cc',
'wm/cursor_manager_unittest.cc',
'wm/custom_frame_view_ash_unittest.cc',
+ 'wm/drag_window_resizer_unittest.cc',
'wm/frame_painter_unittest.cc',
'wm/panel_layout_manager_unittest.cc',
'wm/power_button_controller_unittest.cc',
« no previous file with comments | « no previous file | ash/display/mouse_cursor_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698