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

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: Excluded ui/touch_selection from Windows GN build 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 5a139f340d31ae49455546a4c88562690b9e18e4..45576a6b5de2d7214dc809d37c1dfb38c4f40351 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -215,6 +215,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",
@@ -764,7 +766,7 @@ if (!is_android) {
"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",
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | ui/base/touch/selection_bound.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698