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

Side by Side Diff: chrome_frame/chrome_tab_version.rc.version

Issue 283019: Pick up version number from resources for crash dumps.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame_reporting.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ///////////////////////////////////////////////////////////////////////////// 1 /////////////////////////////////////////////////////////////////////////////
2 // 2 //
3 // Version 3 // Version
4 // 4 //
5 5
6 VS_VERSION_INFO VERSIONINFO 6 VS_VERSION_INFO VERSIONINFO
7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
9 FILEFLAGSMASK 0x17L 9 FILEFLAGSMASK 0x17L
10 #ifdef _DEBUG 10 #ifdef _DEBUG
11 FILEFLAGS 0x1L 11 FILEFLAGS 0x1L
12 #else 12 #else
13 FILEFLAGS 0x0L 13 FILEFLAGS 0x0L
14 #endif 14 #endif
15 FILEOS 0x4L 15 FILEOS 0x4L
16 FILETYPE 0x2L 16 FILETYPE 0x2L
17 FILESUBTYPE 0x0L 17 FILESUBTYPE 0x0L
18 BEGIN 18 BEGIN
19 BLOCK "StringFileInfo" 19 BLOCK "StringFileInfo"
20 BEGIN 20 BEGIN
21 // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual) . 21 // Note that Firefox 3.0 requires the charset to be 04e4 (multi-lingual) .
22 BLOCK "040904e4" 22 BLOCK "040904e4"
23 BEGIN 23 BEGIN
24 VALUE "CompanyName", "@COMPANY_FULLNAME@" 24 VALUE "CompanyName", "@COMPANY_FULLNAME@"
25 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@" 25 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
26 VALUE "ProductName", "Google Chrome Frame" 26 VALUE "ProductName", "Google Chrome Frame"
27 VALUE "ProductShortName", "ChromeFrame"
27 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 28 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
28 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." 29 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."
29 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
30 VALUE "InternalName", "Google Chrome Frame" 31 VALUE "InternalName", "Google Chrome Frame"
31 VALUE "LegalCopyright", "@COPYRIGHT@" 32 VALUE "LegalCopyright", "@COPYRIGHT@"
32 VALUE "MIMEType", "application/chromeframe" 33 VALUE "MIMEType", "application/chromeframe"
33 VALUE "FileExtents", "chromeframe" 34 VALUE "FileExtents", "chromeframe"
34 VALUE "FileOpenName", "chromeframe" 35 VALUE "FileOpenName", "chromeframe"
35 VALUE "OriginalFilename", "npchrome_tab.dll" 36 VALUE "OriginalFilename", "npchrome_tab.dll"
36 VALUE "LastChange", "@LASTCHANGE@" 37 VALUE "LastChange", "@LASTCHANGE@"
37 VALUE "Official Build", "@OFFICIAL_BUILD@" 38 VALUE "Official Build", "@OFFICIAL_BUILD@"
38 END 39 END
39 END 40 END
40 BLOCK "VarFileInfo" 41 BLOCK "VarFileInfo"
41 BEGIN 42 BEGIN
42 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual) . 43 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual) .
43 VALUE "Translation", 0x409, 1252 44 VALUE "Translation", 0x409, 1252
44 END 45 END
45 END 46 END
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_reporting.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698