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

Unified Diff: ui/aura/aura.gyp

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 126124)
+++ ui/aura/aura.gyp (working copy)
@@ -15,6 +15,8 @@
'../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../skia/skia.gyp:skia',
+ '../../build/linux/system.gyp:frame',
tdresser 2012/03/29 17:44:38 Alphabetize
+ '../../build/linux/system.gyp:grail',
'../gfx/compositor/compositor.gyp:compositor',
'../ui.gyp:gfx_resources',
'../ui.gyp:ui',
@@ -63,14 +65,8 @@
'gestures/gesture_configuration.cc',
'gestures/gesture_configuration.h',
'gestures/gesture_recognizer.h',
- 'gestures/gesture_recognizer_aura.cc',
tdresser 2012/03/29 17:44:38 Why are these being removed?
- 'gestures/gesture_recognizer_aura.h',
- 'gestures/gesture_point.cc',
- 'gestures/gesture_point.h',
- 'gestures/velocity_calculator.cc',
- 'gestures/velocity_calculator.h',
- 'gestures/gesture_sequence.cc',
- 'gestures/gesture_sequence.h',
+ 'gestures/gesture_recognizer_grail.cc',
+ 'gestures/gesture_recognizer_grail.h',
'layout_manager.cc',
'layout_manager.h',
'root_window_host.h',

Powered by Google App Engine
This is Rietveld 408576698