summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 22:59:55 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 22:59:55 +0000
commit1006594128f752f72019d4ce62ecbd1722ac2e5c (patch)
tree3a638680a18557c10258d4b90cb35c2bb4e62511 /ash/ash.gyp
parentbe86704c9fd8d08015cd8a88dc544def05205f83 (diff)
downloadchromium_src-1006594128f752f72019d4ce62ecbd1722ac2e5c.zip
chromium_src-1006594128f752f72019d4ce62ecbd1722ac2e5c.tar.gz
chromium_src-1006594128f752f72019d4ce62ecbd1722ac2e5c.tar.bz2
Add double click and tap handler to minimize attached panels.
BUG=246603 TEST=Open a panel (i.e. hangouts) and double click and tap on header. Panel should minimize. Review URL: https://chromiumcodereview.appspot.com/17175019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207949 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 7544aa8..6821ed0 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -412,6 +412,8 @@
'wm/panels/panel_frame_view.h',
'wm/panels/panel_layout_manager.cc',
'wm/panels/panel_layout_manager.h',
+ 'wm/panels/panel_window_event_handler.cc',
+ 'wm/panels/panel_window_event_handler.h',
'wm/panels/panel_window_resizer.cc',
'wm/panels/panel_window_resizer.h',
'wm/partial_screenshot_view.cc',