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

Side by Side Diff: ceee/ie/broker/resource.h

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/broker/broker_module.rc ('k') | ceee/ie/plugin/bho/bho.gyp » ('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 // 4 //
5 // Resource constants for user broker executable. 5 // Resource constants for user broker executable.
6 6
7 #ifndef CEEE_IE_BROKER_RESOURCE_H_ 7 #ifndef CEEE_IE_BROKER_RESOURCE_H_
8 #define CEEE_IE_BROKER_RESOURCE_H_ 8 #define CEEE_IE_BROKER_RESOURCE_H_
9 9
10 10
11 // {{NO_DEPENDENCIES}} 11 // {{NO_DEPENDENCIES}}
12 // Microsoft Visual C++ generated include file. 12 // Microsoft Visual C++ generated include file.
13 // Used by broker_module.rc 13 // Used by broker_module.rc
14 // 14 //
15 #define IDS_PROJNAME 100 15 #define IDS_PROJNAME 100
16 #define IDR_BROKER_MODULE 101 16 #define IDR_BROKER_MODULE 101
17 #define IDR_BROKER 102 17 #define IDR_BROKER 102
18 #define IDS_CEEE_BROKER_NAME 103
18 19
19 20
20 // Next default values for new objects 21 // Next default values for new objects
21 #ifdef APSTUDIO_INVOKED 22 #ifdef APSTUDIO_INVOKED
22 #ifndef APSTUDIO_READONLY_SYMBOLS 23 #ifndef APSTUDIO_READONLY_SYMBOLS
23 #define _APS_NEXT_RESOURCE_VALUE 201 24 #define _APS_NEXT_RESOURCE_VALUE 201
24 #define _APS_NEXT_COMMAND_VALUE 32768 25 #define _APS_NEXT_COMMAND_VALUE 32768
25 #define _APS_NEXT_CONTROL_VALUE 201 26 #define _APS_NEXT_CONTROL_VALUE 201
26 #define _APS_NEXT_SYMED_VALUE 103 27 #define _APS_NEXT_SYMED_VALUE 104
27 #endif 28 #endif
28 #endif 29 #endif
29 30
30 31
31 #endif // CEEE_IE_BROKER_RESOURCE_H_ 32 #endif // CEEE_IE_BROKER_RESOURCE_H_
OLDNEW
« no previous file with comments | « ceee/ie/broker/broker_module.rc ('k') | ceee/ie/plugin/bho/bho.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698