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 a31bf3ccd6832bd719fe24347492ef926aef300a..356563540b61b1fd5d2bef7095c8c567df39d1d0 100644 |
--- a/ui/touch_selection/ui_touch_selection.gyp |
+++ b/ui/touch_selection/ui_touch_selection.gyp |
@@ -25,6 +25,8 @@ |
'UI_TOUCH_SELECTION_IMPLEMENTATION', |
], |
'sources': [ |
+ 'longpress_drag_selector.cc', |
+ 'longpress_drag_selector.h', |
'selection_event_type.h', |
'touch_handle.cc', |
'touch_handle.h', |
@@ -33,6 +35,7 @@ |
'touch_handle_orientation.h', |
'touch_selection_controller.cc', |
'touch_selection_controller.h', |
+ 'touch_selection_draggable.h', |
'ui_touch_selection_export.h', |
], |
'include_dirs': [ |
@@ -69,6 +72,7 @@ |
'ui_touch_selection', |
], |
'sources': [ |
+ 'longpress_drag_selector_unittest.cc', |
'touch_handle_unittest.cc', |
'touch_selection_controller_unittest.cc', |
], |