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

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: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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 c5257b4916e1fa76df052a5a2c96a19e68ddbd59..b8623d61530e0483a24c46c530761d589294c0d4 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -26,6 +26,7 @@ component("views") {
"//ui/native_theme",
"//ui/resources",
"//ui/strings",
+ "//ui/touch_selection",
"//ui/wm",
"//url",
]
@@ -183,6 +184,7 @@ test("views_unittests") {
"//ui/gl",
"//ui/resources",
"//ui/strings",
+ "//ui/touch_selection",
"//ui/wm",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698