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

Unified Diff: ui/views/BUILD.gn

Issue 2408623002: Views: Extract text selection code from Textfield. (Closed)
Patch Set: Check for |handles_selection_clipboard_| Created 4 years, 2 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 565b115f02a7031c8b190266de5b01fca72f2d29..a82a0722e4bb78cbe6b4ff8f4f95f1c3d4ba7990 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -307,6 +307,9 @@ component("views") {
"repeat_controller.h",
"round_rect_painter.cc",
"round_rect_painter.h",
+ "selection_controller.cc",
+ "selection_controller.h",
+ "selection_controller_delegate.h",
"shadow_border.cc",
"shadow_border.h",
"style/platform_style.cc",

Powered by Google App Engine
This is Rietveld 408576698