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

Side by Side Diff: ceee/ie/plugin/toolband/toolband.rc

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 | « ceee/ie/plugin/toolband/resource.h ('k') | chrome/app/chrome_dll.rc » ('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) 2010 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 // Microsoft Visual C++ generated resource script. 4 // Microsoft Visual C++ generated resource script.
5 // 5 //
6 #include "ceee/ie/plugin/toolband/resource.h" 6 #include "ceee/ie/plugin/toolband/resource.h"
7 #include "version.h" 7 #include "version.h"
8 8
9 // See winuser.h. 9 // See winuser.h.
10 #define RT_HTML 23 10 #define RT_HTML 23
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 FILEFLAGS 0x0L 48 FILEFLAGS 0x0L
49 #endif 49 #endif
50 FILEOS 0x4L 50 FILEOS 0x4L
51 FILETYPE 0x2L 51 FILETYPE 0x2L
52 FILESUBTYPE 0x0L 52 FILESUBTYPE 0x0L
53 BEGIN 53 BEGIN
54 BLOCK "StringFileInfo" 54 BLOCK "StringFileInfo"
55 BEGIN 55 BEGIN
56 BLOCK "040904e4" 56 BLOCK "040904e4"
57 BEGIN 57 BEGIN
58 VALUE "CompanyName", "Google Inc." 58 VALUE "CompanyName", COMPANY_FULLNAME_STRING
59 VALUE "FileDescription", "Google Chrome Extensions Execution Environ ment for IE." 59 VALUE "FileDescription", CEEE_PRODUCT_FULLNAME_STRING
60 VALUE "FileVersion", CHROME_VERSION_STRING 60 VALUE "FileVersion", CHROME_VERSION_STRING
61 VALUE "LegalCopyright", COPYRIGHT_STRING 61 VALUE "LegalCopyright", COPYRIGHT_STRING
62 VALUE "InternalName", "ceee_ie.dll" 62 VALUE "InternalName", "ceee_ie.dll"
63 VALUE "OriginalFilename", "ceee_ie.dll" 63 VALUE "OriginalFilename", "ceee_ie.dll"
64 VALUE "ProductName", "Google Chrome Extensions Execution Environment " 64 VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING
65 VALUE "ProductVersion", CHROME_VERSION_STRING 65 VALUE "ProductVersion", CHROME_VERSION_STRING
66
67 END 66 END
68 END 67 END
69 BLOCK "VarFileInfo" 68 BLOCK "VarFileInfo"
70 BEGIN 69 BEGIN
71 VALUE "Translation", 0x409, 1252 70 VALUE "Translation", 0x409, 1252
72 END 71 END
73 END 72 END
74 73
75 74
76 ///////////////////////////////////////////////////////////////////////////// 75 /////////////////////////////////////////////////////////////////////////////
(...skipping 14 matching lines...) Expand all
91 IDR_GREASEMONKEY_API_JS BINDATA "chrome\\renderer\\resources\\gr easemonkey_api.js" 90 IDR_GREASEMONKEY_API_JS BINDATA "chrome\\renderer\\resources\\gr easemonkey_api.js"
92 91
93 ///////////////////////////////////////////////////////////////////////////// 92 /////////////////////////////////////////////////////////////////////////////
94 // 93 //
95 // String Table 94 // String Table
96 // 95 //
97 96
98 STRINGTABLE 97 STRINGTABLE
99 BEGIN 98 BEGIN
100 IDS_PROJNAME "IE" 99 IDS_PROJNAME "IE"
101 IDS_CEEE_NAME "Google Chrome Extensions Execution Environm ent" 100 IDS_CEEE_NAME CEEE_PRODUCT_FULLNAME_STRING
102 IDS_CEEE_EXECUTOR_CREATOR_NAME "Google CEEE Executor Creator" 101 IDS_CEEE_EXECUTOR_CREATOR_NAME "Google CEEE Executor Creator"
103 IDS_CEEE_EXECUTOR_NAME "Google CEEE Executor" 102 IDS_CEEE_EXECUTOR_NAME "Google CEEE Executor"
103 IDS_CEEE_BHO_NAME CEEE_PRODUCT_FULLNAME_STRING " Helper"
104 END 104 END
105 105
106 #endif // English (U.S.) resources 106 #endif // English (U.S.) resources
107 ///////////////////////////////////////////////////////////////////////////// 107 /////////////////////////////////////////////////////////////////////////////
108 108
109 109
110 110
111 #ifndef APSTUDIO_INVOKED 111 #ifndef APSTUDIO_INVOKED
112 ///////////////////////////////////////////////////////////////////////////// 112 /////////////////////////////////////////////////////////////////////////////
113 // 113 //
114 // Generated from the TEXTINCLUDE 3 resource. 114 // Generated from the TEXTINCLUDE 3 resource.
115 // 115 //
116 1 TYPELIB "toolband.tlb" 116 1 TYPELIB "toolband.tlb"
117 117
118 ///////////////////////////////////////////////////////////////////////////// 118 /////////////////////////////////////////////////////////////////////////////
119 #endif // not APSTUDIO_INVOKED 119 #endif // not APSTUDIO_INVOKED
OLDNEW
« no previous file with comments | « ceee/ie/plugin/toolband/resource.h ('k') | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698