Index: ui/touch_selection/BUILD.gn |
diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn |
index ede552f9d3181d968df5d56f350308e86604fbf8..424b70c13ac7b6fbaae0d9468374e8cf68646e64 100644 |
--- a/ui/touch_selection/BUILD.gn |
+++ b/ui/touch_selection/BUILD.gn |
@@ -13,12 +13,15 @@ component("touch_selection") { |
output_name = "ui_touch_selection" |
sources = [ |
+ "longpress_drag_selector.cc", |
+ "longpress_drag_selector.h", |
"selection_event_type.h", |
"touch_handle.cc", |
"touch_handle.h", |
"touch_handle_orientation.h", |
"touch_selection_controller.cc", |
"touch_selection_controller.h", |
+ "touch_selection_draggable.h", |
"ui_touch_selection_export.h", |
] |