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

Side by Side Diff: cloud_print/service/win/cloud_print_service.rc

Issue 12745003: Switched to version generation with ver files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
3 #include "resource.h" 5 #include "resource.h"
4 6
5 #define APSTUDIO_READONLY_SYMBOLS 7 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "winres.h" 8 #include "winres.h"
11 #include "verrsrc.h" 9 #include "verrsrc.h"
12
13 #include "version.h" 10 #include "version.h"
14
15 /////////////////////////////////////////////////////////////////////////////
16 #undef APSTUDIO_READONLY_SYMBOLS 11 #undef APSTUDIO_READONLY_SYMBOLS
17 12
18 /////////////////////////////////////////////////////////////////////////////
19 // English (United States) resources
20
21 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 13 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 14 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 15
24 #ifdef APSTUDIO_INVOKED 16 #ifdef APSTUDIO_INVOKED
25 ///////////////////////////////////////////////////////////////////////////// 17 # error Don't open this in the GUI, it'll be massacred on save.
26 // 18 #endif // APSTUDIO_INVOKED
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE
31 BEGIN
32 "resource.h\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#ifndef APSTUDIO_INVOKED\r\n"
38 "#include ""targetver.h""\r\n"
39 "#endif\r\n"
40 "#include ""winres.h""\r\n"
41 "#include ""verrsrc.h""\r\n"
42 "\0"
43 END
44
45 #endif // APSTUDIO_INVOKED
46
47
48 /////////////////////////////////////////////////////////////////////////////
49 //
50 // Version
51 //
52
53 VS_VERSION_INFO VERSIONINFO
54 FILEVERSION CHROME_VERSION
55 PRODUCTVERSION CHROME_VERSION
56 FILEFLAGSMASK 0x3fL
57 #ifdef _DEBUG
58 FILEFLAGS 0x1L
59 #else
60 FILEFLAGS 0x0L
61 #endif
62 FILEOS 0x40004L
63 FILETYPE 0x1L
64 FILESUBTYPE 0x0L
65 BEGIN
66 BLOCK "StringFileInfo"
67 BEGIN
68 BLOCK "040904b0"
69 BEGIN
70 VALUE "CompanyName", "Google, Inc."
71 VALUE "FileDescription", "Cloud Print Service"
72 VALUE "FileVersion", CHROME_VERSION_STRING
73 VALUE "InternalName", "Cloud Print Service"
74 VALUE "ProductName", "Google Cloud Print Service"
75 VALUE "ProductVersion", CHROME_VERSION_STRING
76 VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. Al l rights."
77 END
78 END
79 BLOCK "VarFileInfo"
80 BEGIN
81 VALUE "Translation", 0x409, 1200
82 END
83 END
84
85
86 /////////////////////////////////////////////////////////////////////////////
87 //
88 // REGISTRY
89 //
90 19
91 IDR_CLOUDPRINTSERVICE REGISTRY "cloud_print_service.rgs" 20 IDR_CLOUDPRINTSERVICE REGISTRY "cloud_print_service.rgs"
92 21
93 /////////////////////////////////////////////////////////////////////////////
94 //
95 // String Table
96 //
97
98 STRINGTABLE 22 STRINGTABLE
99 BEGIN 23 BEGIN
100 IDS_SERVICENAME "CloudPrintService" 24 IDS_SERVICENAME "CloudPrintService"
101 END 25 END
102 26
103 #endif // English (United States) resources 27 #endif // English (United States) resources
104 /////////////////////////////////////////////////////////////////////////////
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698