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

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

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 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_frame_unittest_main.cc ('k') | chrome_frame/chrome_launcher.h » ('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 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifdef APSTUDIO_INVOKED
6 # error Don't open this in the GUI, it'll be massacred on save.
7 #endif // APSTUDIO_INVOKED
8
9 /////////////////////////////////////////////////////////////////////////////
10 //
11 // Version
12 //
13
14 1 VERSIONINFO
15 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
16 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
17 FILEFLAGSMASK 0x17L
18 #ifdef _DEBUG
19 FILEFLAGS 0x1L
20 #else
21 FILEFLAGS 0x0L
22 #endif
23 FILEOS 0x4L
24 FILETYPE @FILETYPE@
25 FILESUBTYPE 0x0L
26 BEGIN
27 BLOCK "StringFileInfo"
28 BEGIN
29 BLOCK "040904e4"
30 BEGIN
31 VALUE "CompanyName", "@COMPANY_FULLNAME@"
32 VALUE "FileDescription", "@PRODUCT_DESCRIPTION@"
33 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
34 VALUE "InternalName", "@INTERNAL_NAME@"
35 VALUE "LegalCopyright", "@COPYRIGHT@"
36 VALUE "OriginalFilename", "@ORIGINAL_FILENAME@"
37 VALUE "ProductName", "@PRODUCT_FULLNAME@"
38 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
39 VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
40 VALUE "ProductShortName", "@PRODUCT_SHORTNAME@"
41 VALUE "LastChange", "@LASTCHANGE@"
42 VALUE "Official Build", "@OFFICIAL_BUILD@"
43 END
44 END
45 BLOCK "VarFileInfo"
46 BEGIN
47 VALUE "Translation", 0x409, 1252
48 END
49 END
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_unittest_main.cc ('k') | chrome_frame/chrome_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698