diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 23:48:57 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 23:48:57 +0000 |
commit | 3c6abbea0fc9926ab882d5032aa2141c8d05b84d (patch) | |
tree | 1ca84b37a9e2e71a2663993e0bcdecc44408d743 /ash/ash.gyp | |
parent | 49ab7884f99b084709c99e7d31a0bf1808b64c99 (diff) | |
download | chromium_src-3c6abbea0fc9926ab882d5032aa2141c8d05b84d.zip chromium_src-3c6abbea0fc9926ab882d5032aa2141c8d05b84d.tar.gz chromium_src-3c6abbea0fc9926ab882d5032aa2141c8d05b84d.tar.bz2 |
ash: Add some gesture support to the shelf.
With this change, the shelf can be hidden by dragging it down (in horizontal
position, left/right when in vertical position). The ShelfGestureHandler is
currently used by the launcher and tray widgets. In a follow-up CL, the
bezel-gesture handler will also use it to control the shelf.
BUG=145406
Review URL: https://chromiumcodereview.appspot.com/10916004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154315 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 8a6f19e..66a7b0a 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -265,6 +265,8 @@ 'wm/gestures/bezel_gesture_handler.h', 'wm/gestures/long_press_affordance_handler.cc', 'wm/gestures/long_press_affordance_handler.h', + 'wm/gestures/shelf_gesture_handler.cc', + 'wm/gestures/shelf_gesture_handler.h', 'wm/gestures/system_pinch_handler.cc', 'wm/gestures/system_pinch_handler.h', 'wm/gestures/two_finger_drag_handler.cc', |