diff options
Diffstat (limited to 'chromium/remoting/host')
-rw-r--r-- | chromium/remoting/host/chromeos/BUILD.gn | 7 | ||||
-rw-r--r-- | chromium/remoting/host/win/BUILD.gn | 1 |
2 files changed, 6 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. diff --git a/chromium/remoting/host/win/BUILD.gn b/chromium/remoting/host/win/BUILD.gn index 3ae19f3695a..8f527a22284 100644 --- a/chromium/remoting/host/win/BUILD.gn +++ b/chromium/remoting/host/win/BUILD.gn @@ -137,6 +137,7 @@ source_set("win") { "//remoting/resources", "//services/device/wake_lock/power_save_blocker", "//third_party/webrtc_overrides:webrtc_component", + "//third_party/wtl", "//ui/base", "//ui/events:dom_keycode_converter", "//ui/events/platform", |