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

Side by Side Diff: chrome/installer/mini_installer/mini_installer_exe_version.rc.version

Issue 8575019: Revert 110934 - Retry of http://codereview.chromium.org/8589029. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
OLDNEW
1 ///////////////////////////////////////////////////////////////////////////// 1 /////////////////////////////////////////////////////////////////////////////
2 // 2 //
3 // Version 3 // Version
4 // 4 //
5 #include "verrsrc.h"
6 5
7 VS_VERSION_INFO VERSIONINFO 6 VS_VERSION_INFO VERSIONINFO
8 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 7 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
9 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 8 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
10 FILEFLAGSMASK 0x17L 9 FILEFLAGSMASK 0x17L
11 #ifdef _DEBUG 10 #ifdef _DEBUG
12 FILEFLAGS 0x1L 11 FILEFLAGS 0x1L
13 #else 12 #else
14 FILEFLAGS 0x0L 13 FILEFLAGS 0x0L
15 #endif 14 #endif
(...skipping 16 matching lines...) Expand all
32 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@" 31 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@"
33 VALUE "LastChange", "@LASTCHANGE@" 32 VALUE "LastChange", "@LASTCHANGE@"
34 VALUE "Official Build", "@OFFICIAL_BUILD@" 33 VALUE "Official Build", "@OFFICIAL_BUILD@"
35 END 34 END
36 END 35 END
37 BLOCK "VarFileInfo" 36 BLOCK "VarFileInfo"
38 BEGIN 37 BEGIN
39 VALUE "Translation", 0x409, 1200 38 VALUE "Translation", 0x409, 1200
40 END 39 END
41 END 40 END
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.rc ('k') | chrome/tools/build/win/create_installer_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698