Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: remoting/BUILD.gn

Issue 2185693003: Adding an It2Me host binary which is uiaccess enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elevated
Patch Set: Merging! Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698