summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 17:25:52 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 17:25:52 +0000
commit58bbb201e005be5bc97366e88ef29654ef448d08 (patch)
treed0943b6eeaaff07120f58433bcb5761210422b8a /ui/ui.gyp
parentc1ff7525842fbb2a22781691611cca5ca2d21eb1 (diff)
downloadchromium_src-58bbb201e005be5bc97366e88ef29654ef448d08.zip
chromium_src-58bbb201e005be5bc97366e88ef29654ef448d08.tar.gz
chromium_src-58bbb201e005be5bc97366e88ef29654ef448d08.tar.bz2
events: Clean up dispatching code for touch-events.
Unlike all other events, touch-events can be processed asynchronously, and this complicates using the same code-path used for other events for touch events. This change adds a generic EventResult::ER_ASYNC for these cases, and updates the code in events, aura and gesture recognizer to use EventResult instead of TouchStatus. The code in views still uses TouchStatus. But it will be cleaned up. BUG=none Review URL: https://codereview.chromium.org/10964051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 66ee4ed..dd23816 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -218,6 +218,7 @@
'base/dragdrop/os_exchange_data_provider_win.h',
'base/events/event.cc',
'base/events/event.h',
+ 'base/events/event_constants.cc',
'base/events/event_constants.h',
'base/events/event_functions.cc',
'base/events/event_functions.h',