diff options
Diffstat (limited to 'chromium/remoting/host/chromeos/BUILD.gn')
-rw-r--r-- | chromium/remoting/host/chromeos/BUILD.gn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/remoting/host/chromeos/BUILD.gn b/chromium/remoting/host/chromeos/BUILD.gn index b518aae2c4a..963db809a67 100644 --- a/chromium/remoting/host/chromeos/BUILD.gn +++ b/chromium/remoting/host/chromeos/BUILD.gn @@ -29,13 +29,16 @@ source_set("chromeos") { "//skia", "//third_party/webrtc_overrides:webrtc_component", "//ui/aura", - "//ui/base/cursor", + "//ui/base/cursor:cursor_base", "//ui/compositor", "//ui/events", "//ui/views", ] - deps = [ "//ui/base/cursor/mojom:cursor_type" ] + deps = [ + "//ui/base/cursor", + "//ui/base/cursor/mojom:cursor_type", + ] } # The host portions of the remoting unit tests. |