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

Unified Diff: ui/touch_selection/BUILD.gn

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/touch_selection/BUILD.gn
diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
index cc273875a4355af15dc33e49f0d1b8ab2f7e1920..110a4e0626eccae236262dc82595b7a0d7954a35 100644
--- a/ui/touch_selection/BUILD.gn
+++ b/ui/touch_selection/BUILD.gn
@@ -32,7 +32,8 @@ component("touch_selection") {
"//ui/base:base",
"//ui/events:events",
"//ui/events:gesture_detection",
- "//ui/gfx/geometry:geometry",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
]
if (use_aura) {

Powered by Google App Engine
This is Rietveld 408576698