Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index e8feaecdb7ca4fdb4f26f70dc3bfd0d98814c92e..f16bacff4da11ababd2b702e68a95eb9a5842196 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -67,6 +67,10 @@ group("remoting_all") { |
"//remoting/host:remoting_start_host", |
"//remoting/host/it2me:remote_assistance_host", |
] |
+ |
+ if (is_win) { |
+ deps += [ "//remoting/host/it2me:remote_assistance_host_uiaccess" ] |
+ } |
} |
# The same target is called differently on Linux. |