diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 22:58:46 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 22:58:46 +0000 |
commit | 30b33994dbd7d1e7b28725eab3cb098dcf8ceca9 (patch) | |
tree | 7b1d16da1e97a4f407bb57d8e6b980a44e31b106 /ash/ash.gyp | |
parent | ba2a7ad4d78f6c44f87ca19ca964b9ac55096bc7 (diff) | |
download | chromium_src-30b33994dbd7d1e7b28725eab3cb098dcf8ceca9.zip chromium_src-30b33994dbd7d1e7b28725eab3cb098dcf8ceca9.tar.gz chromium_src-30b33994dbd7d1e7b28725eab3cb098dcf8ceca9.tar.bz2 |
ash: Add a heads-up display to track touch-point states and positions.
The command-line flag to turn on the HUD is --ash-touch-hud. It can also be
turned on from about:flags
BUG=none
TEST=manually
Review URL: https://chromiumcodereview.appspot.com/10386178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137549 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 21073164..91b3992 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -177,6 +177,8 @@ 'system/user/user_observer.h', 'tooltips/tooltip_controller.cc', 'tooltips/tooltip_controller.h', + 'touch/touch_observer_hud.cc', + 'touch/touch_observer_hud.h', 'volume_control_delegate.h', 'wm/app_list_controller.cc', 'wm/app_list_controller.h', |