| Index: ui/touch_selection/BUILD.gn
|
| diff --git a/ui/touch_selection/BUILD.gn b/ui/touch_selection/BUILD.gn
|
| index c5bf894e7ecaf4887eea922f8b7bbd61e5e29bd2..17d4f1d8cf66c3487603f41361af77e0563d2095 100644
|
| --- a/ui/touch_selection/BUILD.gn
|
| +++ b/ui/touch_selection/BUILD.gn
|
| @@ -28,6 +28,7 @@ component("touch_selection") {
|
|
|
| deps = [
|
| "//base:base",
|
| + "//skia:skia",
|
| "//ui/aura:aura",
|
| "//ui/aura_extra:aura_extra",
|
| "//ui/base:base",
|
| @@ -40,6 +41,7 @@ component("touch_selection") {
|
|
|
| if (!use_aura) {
|
| deps -= [
|
| + "//skia:skia",
|
| "//ui/aura:aura",
|
| "//ui/aura_extra:aura_extra",
|
| "//ui/compositor:compositor",
|
|
|