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

Unified Diff: remoting/host/plugin/host_plugin.rc

Issue 8418039: Get web-app name, MIME type and description from gyp file for all platforms, and brand correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comments. Created 9 years, 2 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_plugin.cc ('k') | remoting/host/plugin/host_plugin-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/host/plugin/host_plugin.cc ('k') | remoting/host/plugin/host_plugin-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698