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

Unified Diff: remoting/host/predefines_win.gni

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 | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/win/enable_uiaccess.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/predefines_win.gni
diff --git a/remoting/host/predefines_win.gni b/remoting/host/predefines_win.gni
index 34e934034c5b372d74d64bc1fe8c6ffcf3e2ec70..5edbc74af077e2689b11f0a06bc1cb10328c6561 100644
--- a/remoting/host/predefines_win.gni
+++ b/remoting/host/predefines_win.gni
@@ -12,9 +12,10 @@ assert(is_win)
host_predefines = [
"BINARY_CORE=1", # For remoting_core
"BINARY_DESKTOP=2", # For remoting_desktop
- "BINARY_HOST_ME2ME=3", # For remoting_console
+ "BINARY_HOST_ME2ME=3", # For remoting_console and remoting_me2me_host
"BINARY_NATIVE_MESSAGING_HOST=4", # For remoting_native_messaging_host
"BINARY_REMOTE_ASSISTANCE_HOST=5", # For remote_assistance_host
"BINARY_REMOTE_SECURITY_KEY=6", # For remote_security_key
"BINARY_REMOTING_START_HOST=7", # For remoting_start_host
+ "BINARY_HOST_IT2ME_UIACCESS=8", # For remote_assistance_host_uiaccess
]
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/host/win/enable_uiaccess.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698