summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 13:29:37 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 13:29:37 +0000
commit489cdb18fcfe652146b9af9da6d794c2e9a02e25 (patch)
treee80ae3b729e743194d9a0cf9c1518e91f5ed549e /ash/ash.gyp
parentca4b88e1c47918672c14412491c44633605b2ec0 (diff)
downloadchromium_src-489cdb18fcfe652146b9af9da6d794c2e9a02e25.zip
chromium_src-489cdb18fcfe652146b9af9da6d794c2e9a02e25.tar.gz
chromium_src-489cdb18fcfe652146b9af9da6d794c2e9a02e25.tar.bz2
Refactor SnapSizer now that the --ash-multiple-snap-window-widths flag no longer exists
Notable changes: Removes the window snapping functionality out of SnapSizer Introduce SnapSizer::SnapLeftWithDefaultWidth() SnapSizer::SnapRightWithDefaultWidth() wm::GetLeftSnappedWindowBoundsInParent() wm::GetRightSnappedWindowBoundsInParent() Rename SnapSizer to TwoStepEdgeCycler and strip it down as much as possible. In a future CL I will clean up WorkspaceWindowResizer's use of TwoStepEdgeCycler. BUG=343276 Review URL: https://codereview.chromium.org/178573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 7ac3879..fe1b0e0 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -629,9 +629,9 @@
'wm/workspace/multi_window_resize_controller.h',
'wm/workspace/phantom_window_controller.cc',
'wm/workspace/phantom_window_controller.h',
- 'wm/workspace/snap_sizer.cc',
- 'wm/workspace/snap_sizer.h',
'wm/workspace/snap_types.h',
+ 'wm/workspace/two_step_edge_cycler.cc',
+ 'wm/workspace/two_step_edge_cycler.h',
'wm/workspace/workspace_event_handler.cc',
'wm/workspace/workspace_event_handler.h',
'wm/workspace/workspace_layout_manager.cc',
@@ -965,11 +965,11 @@
'wm/window_manager_unittest.cc',
'wm/window_modality_controller_unittest.cc',
'wm/window_positioner_unittest.cc',
+ 'wm/window_state_unittest.cc',
'wm/window_util_unittest.cc',
'wm/workspace/magnetism_matcher_unittest.cc',
'wm/workspace/multi_window_resize_controller_unittest.cc',
'wm/workspace/phantom_window_controller_unittest.cc',
- 'wm/workspace/snap_sizer_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',