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

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

Issue 523040: Some Chrome Frame cleanup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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_tab.def ('k') | chrome_frame/html_utils_unittest.cc » ('j') | 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
(...skipping 15 matching lines...) Expand all
26 VALUE "ProductName", "Google Chrome Frame" 26 VALUE "ProductName", "Google Chrome Frame"
27 VALUE "ProductShortName", "ChromeFrame" 27 VALUE "ProductShortName", "ChromeFrame"
28 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 28 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
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 "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."
30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 30 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
31 VALUE "InternalName", "Google Chrome Frame" 31 VALUE "InternalName", "Google Chrome Frame"
32 VALUE "LegalCopyright", "@COPYRIGHT@" 32 VALUE "LegalCopyright", "@COPYRIGHT@"
33 VALUE "MIMEType", "application/chromeframe" 33 VALUE "MIMEType", "application/chromeframe"
34 VALUE "FileExtents", "chromeframe" 34 VALUE "FileExtents", "chromeframe"
35 VALUE "FileOpenName", "chromeframe" 35 VALUE "FileOpenName", "chromeframe"
36 VALUE "OriginalFilename", "npchrome_tab.dll" 36 VALUE "OriginalFilename", "npchrome_frame.dll"
37 VALUE "LastChange", "@LASTCHANGE@" 37 VALUE "LastChange", "@LASTCHANGE@"
38 VALUE "Official Build", "@OFFICIAL_BUILD@" 38 VALUE "Official Build", "@OFFICIAL_BUILD@"
39 END 39 END
40 END 40 END
41 BLOCK "VarFileInfo" 41 BLOCK "VarFileInfo"
42 BEGIN 42 BEGIN
43 // 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) .
44 VALUE "Translation", 0x409, 1252 44 VALUE "Translation", 0x409, 1252
45 END 45 END
46 END 46 END
OLDNEW
« no previous file with comments | « chrome_frame/chrome_tab.def ('k') | chrome_frame/html_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698