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

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

Issue 171163003: Add version info resource to the it2me and me2me native messaging hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/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 fcae127afaefe31957055d8da4e6b057ec609185..3024e8e9fb46f42b2ee124b42d35282399edd425 100644
--- a/remoting/host/win/version.rc.jinja2
+++ b/remoting/host/win/version.rc.jinja2
@@ -64,6 +64,14 @@ BEGIN
VALUE "InternalName", "remoting_host_plugin.dll"
VALUE "OriginalFilename", "remoting_host_plugin.dll"
VALUE "MIMEType", STRINGIZE(HOST_PLUGIN_MIME_TYPE)
+#elif (BINARY == BINARY_NATIVE_MESSAGING_HOST)
+ VALUE "FileDescription", "{% trans %}REMOTING_NATIVE_MESSAGING_HOST_DESCRIPTION{% endtrans %}"
+ VALUE "InternalName", "remoting_native_messaging_host.exe"
+ VALUE "OriginalFilename", "remoting_native_messaging_host.exe"
+#elif (BINARY == BINARY_REMOTE_ASSISTANCE_HOST)
+ VALUE "FileDescription", "{% trans %}REMOTING_REMOTE_ASSISTANCE_HOST_DESCRIPTION{% endtrans %}"
+ VALUE "InternalName", "remote_assistance_host.exe"
+ VALUE "OriginalFilename", "remote_assistance_host.exe"
#else
#error BINARY must be set to one of BINARY_XXX values.
#endif
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698