Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: ui/aura/aura.gyp

Issue 9104021: aura: Update GestureRecognizer to be able to process multi-point gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/aura/gestures/gesture_point.h » ('j') | ui/aura/gestures/gesture_sequence.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 4c138c81facc267961790e259e5e6aa8981dae65..4dc521956158eac787fb2dcac8346d252d52ff6f 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -49,6 +49,10 @@
'gestures/gesture_recognizer.h',
'gestures/gesture_recognizer_aura.cc',
'gestures/gesture_recognizer_aura.h',
+ 'gestures/gesture_point.cc',
+ 'gestures/gesture_point.h',
+ 'gestures/gesture_sequence.cc',
+ 'gestures/gesture_sequence.h',
'root_window_host.h',
'root_window_host_linux.cc',
'root_window_host_mac.h',
« no previous file with comments | « no previous file | ui/aura/gestures/gesture_point.h » ('j') | ui/aura/gestures/gesture_sequence.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698