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

Unified Diff: views/views.gyp

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Wired gesture events into RootView and commandline switch enable-gesture Created 9 years, 2 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
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 103c7d23f3904956ac00e7c0dd32fdfcaa97ce90..f6d63a12d38be1ee34dce275857607720de5b047 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -330,6 +330,8 @@
'repeat_controller.h',
'touchui/gesture_manager.cc',
'touchui/gesture_manager.h',
+ 'touchui/gesture_recognizer.cc',
+ 'touchui/gesture_recognizer.h',
'touchui/touch_selection_controller.cc',
'touchui/touch_selection_controller.h',
'touchui/touch_selection_controller_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698