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

Unified Diff: ui/touch_selection/ui_touch_selection.gyp

Issue 1087893003: Support longpress drag selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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 | « ui/touch_selection/touch_selection_draggable.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/touch_selection/ui_touch_selection.gyp
diff --git a/ui/touch_selection/ui_touch_selection.gyp b/ui/touch_selection/ui_touch_selection.gyp
index c615ff53981cb83dc58b0613ef0a4538a9defc7d..6289bd0422ed20cf482d9517c44fc936e7364ddf 100644
--- a/ui/touch_selection/ui_touch_selection.gyp
+++ b/ui/touch_selection/ui_touch_selection.gyp
@@ -26,6 +26,8 @@
'UI_TOUCH_SELECTION_IMPLEMENTATION',
],
'sources': [
+ 'longpress_drag_selector.cc',
+ 'longpress_drag_selector.h',
'selection_event_type.h',
'touch_handle.cc',
'touch_handle.h',
@@ -34,6 +36,7 @@
'touch_handle_orientation.h',
'touch_selection_controller.cc',
'touch_selection_controller.h',
+ 'touch_selection_draggable.h',
'touch_selection_menu_runner.cc',
'touch_selection_menu_runner.h',
'ui_touch_selection_export.h',
@@ -75,6 +78,7 @@
'ui_touch_selection',
],
'sources': [
+ 'longpress_drag_selector_unittest.cc',
'touch_handle_unittest.cc',
'touch_selection_controller_unittest.cc',
],
« no previous file with comments | « ui/touch_selection/touch_selection_draggable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698