| Index: remoting/host/plugin/host_plugin.rc
|
| diff --git a/remoting/host/plugin/host_plugin.rc b/remoting/host/plugin/host_plugin.rc
|
| index 1cfbac5a195b25581e251cc1d368bd606fedbdf5..3f0fe0e526a65b9a3b762e2ecd7148caf54e3d4e 100644
|
| --- a/remoting/host/plugin/host_plugin.rc
|
| +++ b/remoting/host/plugin/host_plugin.rc
|
| @@ -40,8 +40,7 @@ END
|
|
|
| 3 TEXTINCLUDE
|
| BEGIN
|
| - "\r\n"
|
| - "\0"
|
| + "\r#include ""remoting/host/plugin/host_plugin_version.rc""\0"
|
| END
|
|
|
| #endif // APSTUDIO_INVOKED
|
| @@ -49,45 +48,6 @@ END
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
| //
|
| -// Version
|
| -//
|
| -
|
| -VS_VERSION_INFO VERSIONINFO
|
| - FILEVERSION 1,0,0,1
|
| - PRODUCTVERSION 1,0,0,1
|
| - FILEFLAGSMASK 0x17L
|
| -#ifdef _DEBUG
|
| - FILEFLAGS 0x1L
|
| -#else
|
| - FILEFLAGS 0x0L
|
| -#endif
|
| - FILEOS 0x4L
|
| - FILETYPE 0x2L
|
| - FILESUBTYPE 0x0L
|
| -BEGIN
|
| - BLOCK "StringFileInfo"
|
| - BEGIN
|
| - BLOCK "040904b0"
|
| - BEGIN
|
| - VALUE "FileDescription", "Remoting Host Plugin"
|
| - VALUE "FileVersion", "1, 0, 0, 1"
|
| - VALUE "InternalName", "remoting_host_plugin.dll"
|
| - VALUE "LegalCopyright", "Copyright (C) 2011 The Chromium Authors. All rights reserved."
|
| - VALUE "MIMEType", "application/vnd.chromium.remoting-host"
|
| - VALUE "OriginalFilename", "remoting_host_plugin.dll"
|
| - VALUE "ProductName", "Remoting Host Plugin"
|
| - VALUE "ProductVersion", "1, 0, 0, 1"
|
| - END
|
| - END
|
| - BLOCK "VarFileInfo"
|
| - BEGIN
|
| - VALUE "Translation", 0x409, 1200
|
| - END
|
| -END
|
| -
|
| -
|
| -/////////////////////////////////////////////////////////////////////////////
|
| -//
|
| // Dialog
|
| //
|
|
|
| @@ -151,7 +111,7 @@ END
|
| //
|
| // Generated from the TEXTINCLUDE 3 resource.
|
| //
|
| -
|
| +#include "remoting/host/plugin/host_plugin_version.rc"
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
| #endif // not APSTUDIO_INVOKED
|
|
|