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

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 (no logs) 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') | ash/shell_window_ids.h » ('J')
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 2cae8abbce730246c17d2de681bb0c837c310c79..637875b4f4fbe54e3df6cd89402c3f7fd86c8c7f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -366,6 +366,10 @@
'wm/drag_window_controller.h',
'wm/drag_window_resizer.cc',
'wm/drag_window_resizer.h',
+ 'wm/dock/dock_layout_manager.cc',
+ 'wm/dock/dock_layout_manager.h',
+ 'wm/dock/dock_window_resizer.cc',
+ 'wm/dock/dock_window_resizer.h',
'wm/event_client_impl.cc',
'wm/event_client_impl.h',
'wm/event_rewriter_event_filter.cc',
@@ -686,6 +690,8 @@
'wm/ash_native_cursor_manager_unittest.cc',
'wm/base_layout_manager_unittest.cc',
'wm/custom_frame_view_ash_unittest.cc',
+ 'wm/dock/dock_layout_manager_unittest.cc',
+ 'wm/dock/dock_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') | ash/shell_window_ids.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698