From 4d91cbc7507d85971368202326bcb58531374a8d Mon Sep 17 00:00:00 2001 From: "mad@google.com" Date: Fri, 7 May 2010 20:41:38 +0000 Subject: Committing for jeffbailey. Excerpt from: http://codereview.chromium.org/1991004/show ---------------- Put version information into header file for easy consumption by RC files. RC files can use an #include to pull in this header, rather than being each dynamically generated. BUG=none TEST=none ---------------- Review URL: http://codereview.chromium.org/2020003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46736 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_tab_version.rc.version | 46 ------------------------------ 1 file changed, 46 deletions(-) (limited to 'chrome_frame/chrome_tab_version.rc.version') diff --git a/chrome_frame/chrome_tab_version.rc.version b/chrome_frame/chrome_tab_version.rc.version index 52312ff..e69de29 100644 --- a/chrome_frame/chrome_tab_version.rc.version +++ b/chrome_frame/chrome_tab_version.rc.version @@ -1,46 +0,0 @@ -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ - PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x2L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual). - BLOCK "040904e4" - BEGIN - VALUE "CompanyName", "@COMPANY_FULLNAME@" - VALUE "CompanyShortName", "@COMPANY_SHORTNAME@" - VALUE "ProductName", "Google Chrome Frame" - VALUE "ProductShortName", "ChromeFrame" - VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - VALUE "FileDescription", "Chrome Frame renders the Web of the future in the browsers of the past. It's like strapping a rocket engine to a minivan." - VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - VALUE "InternalName", "Google Chrome Frame" - VALUE "LegalCopyright", "@COPYRIGHT@" - VALUE "MIMEType", "application/chromeframe" - VALUE "FileExtents", "chromeframe" - VALUE "FileOpenName", "chromeframe" - VALUE "OriginalFilename", "npchrome_frame.dll" - VALUE "LastChange", "@LASTCHANGE@" - VALUE "Official Build", "@OFFICIAL_BUILD@" - END - END - BLOCK "VarFileInfo" - BEGIN - // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual). - VALUE "Translation", 0x409, 1252 - END -END -- cgit v1.1