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

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

Issue 344773002: Revert 278198 "Remove NPAPI plugin from chromoting webapp." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2058/src/
Patch Set: Created 6 years, 6 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/plugin/host_script_object.cc ('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
===================================================================
--- remoting/host/win/version.rc.jinja2 (revision 278256)
+++ remoting/host/win/version.rc.jinja2 (working copy)
@@ -29,7 +29,7 @@
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
-#if (BINARY == BINARY_CORE)
+#if (BINARY == BINARY_CORE) || (BINARY == BINARY_HOST_PLUGIN)
FILETYPE VFT_DLL
#else
FILETYPE VFT_APP
@@ -59,6 +59,11 @@
VALUE "FileDescription", "{% trans %}REMOTING_HOST_DESCRIPTION{% endtrans %}"
VALUE "InternalName", "remoting_host.exe"
VALUE "OriginalFilename", "remoting_host.exe"
+#elif (BINARY == BINARY_HOST_PLUGIN)
+ VALUE "FileDescription", "{% trans %}REMOTING_HOST_PLUGIN_DESCRIPTION{% endtrans %}"
+ 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"
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698