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

Unified Diff: ash/ash.gyp

Issue 260883005: Separated alt-tab window cycle from overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed another unused function Created 6 years, 7 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 | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/shell.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 72e903ba401b4cdb3faa1c6171cd0808157b8cef..2612243ec8bf9d5c71c85b61da053436398b0180 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -590,6 +590,10 @@
'wm/overview/window_overview.h',
'wm/overview/window_selector.cc',
'wm/overview/window_selector.h',
+ 'wm/window_cycle_controller.cc',
+ 'wm/window_cycle_controller.h',
+ 'wm/window_cycle_list.cc',
+ 'wm/window_cycle_list.h',
'wm/overview/window_selector_controller.cc',
'wm/overview/window_selector_controller.h',
'wm/overview/window_selector_delegate.h',
@@ -998,6 +1002,7 @@
'wm/toplevel_window_event_handler_unittest.cc',
'wm/video_detector_unittest.cc',
'wm/window_animations_unittest.cc',
+ 'wm/window_cycle_controller_unittest.cc',
'wm/window_manager_unittest.cc',
'wm/window_modality_controller_unittest.cc',
'wm/window_positioner_unittest.cc',
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698