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

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

Issue 7390037: Generating separate version resources for: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/app/chrome_exe_version.rc.version ('k') | chrome/app/nacl64_dll.ver » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <verrsrc.h> 5 #include <verrsrc.h>
6 6
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Version 9 // Version
10 // 10 //
11 11
(...skipping 10 matching lines...) Expand all
22 FILETYPE 0x1L 22 FILETYPE 0x1L
23 FILESUBTYPE 0x0L 23 FILESUBTYPE 0x0L
24 BEGIN 24 BEGIN
25 BLOCK "StringFileInfo" 25 BLOCK "StringFileInfo"
26 BEGIN 26 BEGIN
27 BLOCK "040904b0" 27 BLOCK "040904b0"
28 BEGIN 28 BEGIN
29 VALUE "CompanyName", "@COMPANY_FULLNAME@" 29 VALUE "CompanyName", "@COMPANY_FULLNAME@"
30 VALUE "FileDescription", "@PRODUCT_FULLNAME@" 30 VALUE "FileDescription", "@PRODUCT_FULLNAME@"
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
32 VALUE "InternalName", "chrome_dll" 32 VALUE "InternalName", "@INTERNAL_NAME@"
33 VALUE "LegalCopyright", "@COPYRIGHT@" 33 VALUE "LegalCopyright", "@COPYRIGHT@"
34 VALUE "OriginalFilename", "chrome.dll" 34 VALUE "OriginalFilename", "@ORIGINAL_FILENAME@"
35 VALUE "ProductName", "@PRODUCT_FULLNAME@" 35 VALUE "ProductName", "@PRODUCT_FULLNAME@"
36 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 36 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
37 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@" 37 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
38 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@" 38 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@"
39 VALUE "LastChange", "@LASTCHANGE@" 39 VALUE "LastChange", "@LASTCHANGE@"
40 VALUE "Official Build", "@OFFICIAL_BUILD@" 40 VALUE "Official Build", "@OFFICIAL_BUILD@"
41 END 41 END
42 END 42 END
43 BLOCK "VarFileInfo" 43 BLOCK "VarFileInfo"
44 BEGIN 44 BEGIN
45 VALUE "Translation", 0x409, 1200 45 VALUE "Translation", 0x409, 1200
46 END 46 END
47 END 47 END
OLDNEW
« no previous file with comments | « chrome/app/chrome_exe_version.rc.version ('k') | chrome/app/nacl64_dll.ver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698