Chromium Code Reviews| 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) { |