diff options
author | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 22:59:55 +0000 |
---|---|---|
committer | flackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 22:59:55 +0000 |
commit | 1006594128f752f72019d4ce62ecbd1722ac2e5c (patch) | |
tree | 3a638680a18557c10258d4b90cb35c2bb4e62511 /ash/ash.gyp | |
parent | be86704c9fd8d08015cd8a88dc544def05205f83 (diff) | |
download | chromium_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.gyp | 2 |
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', |