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

Unified Diff: ui/touch_selection/BUILD.gn

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
Index: ui/touch_selection/BUILD.gn
diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
index c5bf894e7ecaf4887eea922f8b7bbd61e5e29bd2..e35b84b8aafe80ed981635dbd5c8731449eff961 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",
]
@@ -55,6 +58,7 @@ component("touch_selection") {
test("ui_touch_selection_unittests") {
sources = [
+ "longpress_drag_selector_unittest.cc",
"touch_handle_unittest.cc",
"touch_selection_controller_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698