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

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 with Tot 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') | remoting/host/it2me/BUILD.gn » ('J')
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 9c4107bc23a32dae436d85fa07c320fe4ff6c5a7..e4c95673a90add46383a8dd5f04675251d60f401 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') | remoting/host/it2me/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698