Index: remoting/host/installer/win/BUILD.gn |
diff --git a/remoting/host/installer/win/BUILD.gn b/remoting/host/installer/win/BUILD.gn |
index 31122c4ba198ea4cbdfca8258209fff5b82285b4..372ff3745fba12395328a3bc7b5bc5acf9f22e02 100644 |
--- a/remoting/host/installer/win/BUILD.gn |
+++ b/remoting/host/installer/win/BUILD.gn |
@@ -51,6 +51,7 @@ action("remoting_me2me_host_archive") { |
# addressed. |
inputs = [ |
"$root_out_dir/remote_assistance_host.exe", |
+ "$root_out_dir/remote_assistance_host_uiaccess.exe", |
"$root_out_dir/remote_security_key.exe", |
"$root_out_dir/remoting_core.dll", |
"$root_out_dir/remoting_desktop.exe", |
@@ -70,6 +71,7 @@ action("remoting_me2me_host_archive") { |
# _generated_files, otherwise the Windows MSI will not be built correctly. |
_generated_dst_files = [ |
"files/remote_assistance_host.exe", |
+ "files/remote_assistance_host_uiaccess.exe", |
"files/remote_security_key.exe", |
"files/remoting_core.dll", |
"files/remoting_desktop.exe", |