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

Unified Diff: ui/views/BUILD.gn

Issue 2408623002: Views: Extract text selection code from Textfield. (Closed)
Patch Set: Rename [Starting/Ending]MouseAction. 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
« no previous file with comments | « no previous file | ui/views/controls/textfield/textfield.h » ('j') | ui/views/controls/textfield/textfield.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 4f7f22ac0509afc91ae66f4d091cb6f416b020c6..68935421a407fa45199f6941ffad9c99b5653784 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -305,6 +305,9 @@ component("views") {
"repeat_controller.h",
"round_rect_painter.cc",
"round_rect_painter.h",
+ "selection_controller.cc",
+ "selection_controller.h",
+ "selection_controller_host.h",
"shadow_border.cc",
"shadow_border.h",
"style/mac/combobox_background_mac.cc",
« no previous file with comments | « no previous file | ui/views/controls/textfield/textfield.h » ('j') | ui/views/controls/textfield/textfield.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698