| 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
|
| ]
|
|
|