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

Unified Diff: ash/ash.gyp

Issue 2106823004: Refactors maximize mode event handling into its own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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/aura/wm_shell_aura.h » ('j') | ash/common/wm/maximize_mode/maximize_mode_event_handler.cc » ('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 458924ee5b3c5b9fcbc4b7207490032f802516dd..fc4c8bfa77145c8012cccee980ea13c7950511e8 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -248,6 +248,8 @@
'common/wm/focus_rules.h',
'common/wm/fullscreen_window_finder.cc',
'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/mru_window_tracker.cc',
'common/wm/mru_window_tracker.h',
'common/wm/overview/overview_animation_type.h',
@@ -685,6 +687,8 @@
'wm/lock_window_state.h',
'wm/maximize_mode/maximize_mode_controller.cc',
'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',
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/common/wm/maximize_mode/maximize_mode_event_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698