summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 15:14:19 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 15:14:19 +0000
commitd24ce2ca870982c101c25f9f3efb924dd66263da (patch)
tree33a09a96cd5d14097d51e379dfd8914c134122c3 /ash/ash.gyp
parent32550f9301177b954f4f4f5619680de81383388c (diff)
downloadchromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.zip
chromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.tar.gz
chromium_src-d24ce2ca870982c101c25f9f3efb924dd66263da.tar.bz2
Add window overview mode behind --ash-enable-overview-mode flag to F5 key.
BUG=263477 TEST=WindowSelector.* TEST=Enable --ash-enable-overview-mode and open several windows. Press F5 ([ ]] key) and you should see overview of all windows. Click a win dow to activate it. Review URL: https://chromiumcodereview.appspot.com/20415002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index dc8ee39..ed00c8d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -484,6 +484,11 @@
'wm/window_properties.h',
'wm/window_resizer.cc',
'wm/window_resizer.h',
+ 'wm/window_selector.cc',
+ 'wm/window_selector.h',
+ 'wm/window_selector_controller.cc',
+ 'wm/window_selector_controller.h',
+ 'wm/window_selector_delegate.h',
'wm/window_util.cc',
'wm/window_util.h',
'wm/workspace_controller.cc',
@@ -745,6 +750,7 @@
'wm/window_cycle_controller_unittest.cc',
'wm/window_manager_unittest.cc',
'wm/window_modality_controller_unittest.cc',
+ 'wm/window_selector_unittest.cc',
'wm/window_util_unittest.cc',
'wm/workspace_controller_test_helper.cc',
'wm/workspace_controller_test_helper.h',