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

Unified Diff: ui/base/BUILD.gn

Issue 759433002: Reland: Move TouchSelectionController from content to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed reviewers' comments Created 6 years 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/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 0143c06f091608c28d6c30525767cbd1dc641e21..c2bbbeb408fcb0e1f61cb002df5bd6ea446dfe71 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -216,6 +216,8 @@ component("base") {
"text/bytes_formatting.h",
"theme_provider.cc",
"theme_provider.h",
+ "touch/selection_bound.cc",
+ "touch/selection_bound.h",
"touch/touch_device.h",
"touch/touch_editing_controller.cc",
"touch/touch_editing_controller.h",
@@ -765,7 +767,7 @@ test("ui_unittests") {
"models/tree_node_model_unittest.cc",
"test/data/resource.h",
"text/bytes_formatting_unittest.cc",
- "touch/touch_editing_controller_unittest.cc",
+ "touch/selection_bound_unittest.cc",
"view_prop_unittest.cc",
"webui/web_ui_util_unittest.cc",
"x/selection_requestor_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698