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

Side by Side Diff: chrome/app/chrome_exe.rc

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
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "chrome_exe_resource.h" 3 #include "chrome_exe_resource.h"
4 4
5 #define APSTUDIO_READONLY_SYMBOLS 5 #define APSTUDIO_READONLY_SYMBOLS
6 ///////////////////////////////////////////////////////////////////////////// 6 /////////////////////////////////////////////////////////////////////////////
7 // 7 //
8 // Generated from the TEXTINCLUDE 2 resource. 8 // Generated from the TEXTINCLUDE 2 resource.
9 // 9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS 10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h" 11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS 12 #undef APSTUDIO_HIDDEN_SYMBOLS
13 13
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
cpu_(ooo_6.6-7.5) 2011/07/19 21:43:13 why does line 15 goes away but not line 5? It seem
bradn 2011/07/19 21:59:47 Eh, actually I clopped it off by mistake. I'm incl
16 14
17 ///////////////////////////////////////////////////////////////////////////// 15 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources 16 // English (U.S.) resources
19 17
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32 19 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252) 21 #pragma code_page(1252)
24 #endif //_WIN32 22 #endif //_WIN32
25 23
26 24
27 #ifdef APSTUDIO_INVOKED
28 /////////////////////////////////////////////////////////////////////////////
29 //
30 // TEXTINCLUDE
31 //
32
33 1 TEXTINCLUDE
34 BEGIN
35 "chrome_exe_resource.h\0"
36 END
37
38 2 TEXTINCLUDE
39 BEGIN
40 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
41 "#include ""windows.h""\r\n"
42 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
43 "\0"
44 END
45
46 3 TEXTINCLUDE
47 BEGIN
48 "\r\n"
49 "\0"
50 END
51
52 #else // APSTUDIO_INVOKED
53 #include "chrome_exe_version.rc"
cpu_(ooo_6.6-7.5) 2011/07/19 21:39:56 so we no longer use the include of line 53?
bradn 2011/07/19 21:59:47 Made this match chrome_dll, where we include that
54 #endif // APSTUDIO_INVOKED
55
56
57 ///////////////////////////////////////////////////////////////////////////// 25 /////////////////////////////////////////////////////////////////////////////
58 // 26 //
59 // Icon 27 // Icon
60 // 28 //
61 29
62 // The application icon should: have the lowest ID, be placed first, and its 30 // The application icon should: have the lowest ID, be placed first, and its
63 // resource name should be alphabetically less than the name of any other icon 31 // resource name should be alphabetically less than the name of any other icon
64 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx). 32 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
65 // Note: chrome/installer/util/shell_util.cc depends on the order and number of 33 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
66 // icons. To avoid breaking existing shortcuts, add new icons at the end 34 // icons. To avoid breaking existing shortcuts, add new icons at the end
67 // (following the ordering described above). 35 // (following the ordering described above).
68 #if defined(GOOGLE_CHROME_BUILD) 36 #if defined(GOOGLE_CHROME_BUILD)
69 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" 37 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico"
70 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico " 38 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico "
71 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico " 39 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico "
72 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico " 40 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.ico "
73 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico" 41 IDR_SXS ICON "theme\google_chrome\chrome_sxs. ico"
74 #else 42 #else
75 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" 43 IDR_MAINFRAME ICON "theme\chromium\chromium.ico"
76 #endif 44 #endif
77 45
78 #endif // English (U.S.) resources 46 #endif // English (U.S.) resources
79 ///////////////////////////////////////////////////////////////////////////// 47 /////////////////////////////////////////////////////////////////////////////
80
81
82 #ifndef APSTUDIO_INVOKED
83 /////////////////////////////////////////////////////////////////////////////
84 //
85 // Generated from the TEXTINCLUDE 3 resource.
86 //
87
88
89 /////////////////////////////////////////////////////////////////////////////
90 #endif // not APSTUDIO_INVOKED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698