| Index: ui/touch_selection/BUILD.gn
|
| diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
|
| index e79c563feee7e2cbb00616f6f2f1a3a523dc69fc..5ac6808e2df35252919cbba856a778fdf11fde20 100644
|
| --- a/ui/touch_selection/BUILD.gn
|
| +++ b/ui/touch_selection/BUILD.gn
|
| @@ -13,6 +13,8 @@ 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",
|
| @@ -21,6 +23,7 @@ component("touch_selection") {
|
| "touch_handle_orientation.h",
|
| "touch_selection_controller.cc",
|
| "touch_selection_controller.h",
|
| + "touch_selection_draggable.h",
|
| "ui_touch_selection_export.h",
|
| ]
|
|
|
| @@ -57,6 +60,7 @@ component("touch_selection") {
|
|
|
| test("ui_touch_selection_unittests") {
|
| sources = [
|
| + "longpress_drag_selector_unittest.cc",
|
| "touch_handle_unittest.cc",
|
| "touch_selection_controller_unittest.cc",
|
| ]
|
|
|