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

Unified Diff: ash/ash.gyp

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dock with zero width (rebase) Created 7 years, 6 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/ash_switches.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 3a66f74530c3e26933d39fcce7ac37ee517c3e86..4c87c6261d5d26ca26c2be9cf319864aac69b436 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -373,6 +373,10 @@
'wm/custom_frame_view_ash.h',
'wm/default_window_resizer.cc',
'wm/default_window_resizer.h',
+ 'wm/dock/docked_window_layout_manager.cc',
+ 'wm/dock/docked_window_layout_manager.h',
+ 'wm/dock/docked_window_resizer.cc',
+ 'wm/dock/docked_window_resizer.h',
'wm/drag_window_controller.cc',
'wm/drag_window_controller.h',
'wm/drag_window_resizer.cc',
@@ -698,6 +702,8 @@
'wm/ash_native_cursor_manager_unittest.cc',
'wm/base_layout_manager_unittest.cc',
'wm/custom_frame_view_ash_unittest.cc',
+ 'wm/dock/docked_window_layout_manager_unittest.cc',
+ 'wm/dock/docked_window_resizer_unittest.cc',
'wm/drag_window_resizer_unittest.cc',
'wm/frame_painter_unittest.cc',
'wm/lock_state_controller_impl2_unittest.cc',
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698