diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:44:41 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:44:41 +0000 |
commit | 7307474f771ee48241f2769edd19e3aea62c4031 (patch) | |
tree | c24d283dd099e568269a53885b939d099e071d8d /ash/ash.gyp | |
parent | 96191d56d125050904d21a4a7e5585ad1bbaee05 (diff) | |
download | chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.zip chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.tar.gz chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137549
Review URL: https://chromiumcodereview.appspot.com/10386178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137605 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', |