| Index: ui/events/devices/BUILD.gn
|
| diff --git a/ui/events/devices/BUILD.gn b/ui/events/devices/BUILD.gn
|
| index 314a3ee53e2a837a4e50dffff36c52653fdb64c0..832f4dd107f26446b7c0651e0c9a42f4a94523d0 100644
|
| --- a/ui/events/devices/BUILD.gn
|
| +++ b/ui/events/devices/BUILD.gn
|
| @@ -21,12 +21,15 @@ component("devices") {
|
|
|
| defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ]
|
|
|
| + public_deps = [
|
| + "//ui/gfx",
|
| + ]
|
| +
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//skia",
|
| "//ui/display",
|
| - "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| ]
|
| }
|
|
|