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

Unified Diff: ash/ash.gyp

Issue 2108223002: Moves handful of classes in ash/wm/maximize_mode to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_window_manager
Patch Set: remove extraneous Created 4 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/common/wm/maximize_mode/maximize_mode_window_manager.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 3d47c9442f3c0c2ed6f1b65a4537e32ac48be72a..462365bbbca8f195ec7dbdd0434b774c91bf3a5a 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -265,6 +265,12 @@
'common/wm/fullscreen_window_finder.h',
'common/wm/maximize_mode/maximize_mode_event_handler.cc',
'common/wm/maximize_mode/maximize_mode_event_handler.h',
+ 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
+ 'common/wm/maximize_mode/maximize_mode_window_manager.h',
+ 'common/wm/maximize_mode/maximize_mode_window_state.cc',
+ 'common/wm/maximize_mode/maximize_mode_window_state.h',
+ 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
+ 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
'common/wm/mru_window_tracker.cc',
'common/wm/mru_window_tracker.h',
'common/wm/overview/overview_animation_type.h',
@@ -686,17 +692,11 @@
'wm/maximize_mode/maximize_mode_controller.h',
'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
'wm/maximize_mode/maximize_mode_event_handler_aura.h',
- 'wm/maximize_mode/maximize_mode_window_manager.cc',
- 'wm/maximize_mode/maximize_mode_window_manager.h',
- 'wm/maximize_mode/maximize_mode_window_state.cc',
- 'wm/maximize_mode/maximize_mode_window_state.h',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
- 'wm/maximize_mode/workspace_backdrop_delegate.cc',
- 'wm/maximize_mode/workspace_backdrop_delegate.h',
'wm/overlay_event_filter.cc',
'wm/overlay_event_filter.h',
'wm/overview/scoped_overview_animation_settings_aura.cc',
« no previous file with comments | « no previous file | ash/common/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698