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 11cca1f08364d98a8708f97dcf501aa62add269e..37d9894076fbc868da180294dd6b17bda17925b8 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', |
'ui_touch_selection_export.h', |
], |
'include_dirs': [ |
@@ -71,6 +74,7 @@ |
'ui_touch_selection', |
], |
'sources': [ |
+ 'longpress_drag_selector_unittest.cc', |
'touch_handle_unittest.cc', |
'touch_selection_controller_unittest.cc', |
], |