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

Unified Diff: remoting/host/win/version.rc.jinja2

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/win/enable_uiaccess.manifest ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/version.rc.jinja2
diff --git a/remoting/host/win/version.rc.jinja2 b/remoting/host/win/version.rc.jinja2
index 0ba93cbf1375aa31536d393d4890deca3df0a94b..224f966a6e2816c8952b41f472d83fd10fa6f471 100644
--- a/remoting/host/win/version.rc.jinja2
+++ b/remoting/host/win/version.rc.jinja2
@@ -67,6 +67,11 @@ BEGIN
VALUE "FileDescription", "{% trans %}REMOTING_REMOTE_ASSISTANCE_HOST_DESCRIPTION{% endtrans %}"
VALUE "InternalName", "remote_assistance_host.exe"
VALUE "OriginalFilename", "remote_assistance_host.exe"
+#elif (BINARY == BINARY_HOST_IT2ME_UIACCESS)
+ // Intentionally reuse the description for 'BINARY_REMOTE_ASSISTANCE_HOST'
+ VALUE "FileDescription", "{% trans %}REMOTING_REMOTE_ASSISTANCE_HOST_DESCRIPTION{% endtrans %}"
+ VALUE "InternalName", "remote_assistance_host_uiaccess.exe"
+ VALUE "OriginalFilename", "remote_assistance_host_uiaccess.exe"
#elif (BINARY == BINARY_REMOTE_SECURITY_KEY)
VALUE "FileDescription", "{% trans %}REMOTING_REMOTE_SECURITY_KEY_DESCRIPTION{% endtrans %}"
VALUE "InternalName", "remote_security_key.exe"
« no previous file with comments | « remoting/host/win/enable_uiaccess.manifest ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698