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

Side by Side Diff: chrome/app/chrome_dll_version.rc.version

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious '33' from .gyp file. Created 10 years 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/app/chrome_dll_version.rc ('k') | chrome/app/theme/chromium/BRANDING » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /////////////////////////////////////////////////////////////////////////////
2 //
3 // Version
4 //
5
6 VS_VERSION_INFO VERSIONINFO
7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
9 FILEFLAGSMASK 0x17L
10 #ifdef _DEBUG
11 FILEFLAGS 0x1L
12 #else
13 FILEFLAGS 0x0L
14 #endif
15 FILEOS 0x4L
16 FILETYPE 0x1L
17 FILESUBTYPE 0x0L
18 BEGIN
19 BLOCK "StringFileInfo"
20 BEGIN
21 BLOCK "040904b0"
22 BEGIN
23 VALUE "CompanyName", "@COMPANY_FULLNAME@"
24 VALUE "FileDescription", "@PRODUCT_FULLNAME@"
25 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
26 VALUE "InternalName", "chrome_dll"
27 VALUE "LegalCopyright", "@COPYRIGHT@"
28 VALUE "OriginalFilename", "chrome.dll"
29 VALUE "ProductName", "@PRODUCT_FULLNAME@"
30 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
31 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
32 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@"
33 VALUE "LastChange", "@LASTCHANGE@"
34 VALUE "Official Build", "@OFFICIAL_BUILD@"
35 END
36 END
37 BLOCK "VarFileInfo"
38 BEGIN
39 VALUE "Translation", 0x409, 1200
40 END
41 END
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_version.rc ('k') | chrome/app/theme/chromium/BRANDING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698