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

Unified Diff: ui/views/BUILD.gn

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved tap-on-selection tests Created 5 years, 10 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 be6c0da39a3d686fa05851be1a6880bf5e134a69..e2f333c8c8c554f3e97913a0ae026b94221cbb94 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -29,6 +29,7 @@ component("views") {
"//ui/native_theme",
"//ui/resources",
"//ui/strings",
+ "//ui/touch_selection",
"//ui/wm",
"//url",
]
@@ -189,6 +190,7 @@ if (!is_win || link_chrome_on_windows) {
"//ui/gl",
"//ui/resources",
"//ui/strings",
+ "//ui/touch_selection",
"//ui/wm",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698