diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 00:35:34 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-20 00:35:34 +0000 |
commit | 7d10b558d19c70318f9d5f2f0e99b44d679d92d5 (patch) | |
tree | cd67a1a238ce0ab28e26f98987f1b64cb3073ad6 /views/views.gyp | |
parent | 75d78246ad3bff129539b8259e7b35f2d49117a8 (diff) | |
download | chromium_src-7d10b558d19c70318f9d5f2f0e99b44d679d92d5.zip chromium_src-7d10b558d19c70318f9d5f2f0e99b44d679d92d5.tar.gz chromium_src-7d10b558d19c70318f9d5f2f0e99b44d679d92d5.tar.bz2 |
Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch devices for XInput2.
This allows touch devices to be grabbed when events from the mouse/keyboard are
grabbed. This also exposes TouchFactory, which will eventually be used in more
places.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6300007
TBR=sadrul@chromium.org
Review URL: http://codereview.chromium.org/6349008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp index 746c217..7cbcfe0 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -281,8 +281,6 @@ 'standard_layout.h', 'touchui/gesture_manager.cc', 'touchui/gesture_manager.h', - 'touchui/touch_factory.cc', - 'touchui/touch_factory.h', 'view.cc', 'view.h', 'view_constants.cc', |