Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / app / chrome_exe.rc
blob91835418ec8492347b1789189a341529144c9d62
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "chrome_exe_resource.h"
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
14 /////////////////////////////////////////////////////////////////////////////
15 #undef APSTUDIO_READONLY_SYMBOLS
17 /////////////////////////////////////////////////////////////////////////////
18 // English (U.S.) resources
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 #ifdef _WIN32
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23 #pragma code_page(1252)
24 #endif //_WIN32
27 /////////////////////////////////////////////////////////////////////////////
29 // Icon
32 // The application icon should: have the lowest ID, be placed first, and its
33 // resource name should be alphabetically less than the name of any other icon
34 // resource (http://msdn.microsoft.com/en-us/library/ms997538.aspx).
35 // Note: chrome/installer/util/shell_util.cc depends on the order and number of
36 // icons.  To avoid breaking existing shortcuts, add new icons at the end
37 // (following the ordering described above).
38 #if defined(GOOGLE_CHROME_BUILD)
39 IDR_MAINFRAME           ICON                    "theme\google_chrome\chrome.ico"
40 IDR_MAINFRAME_2         ICON                    "theme\google_chrome\chrome2.ico"
41 IDR_MAINFRAME_3         ICON                    "theme\google_chrome\chrome3.ico"
42 IDR_MAINFRAME_4         ICON                    "theme\google_chrome\chrome4.ico"
43 // The SXS icon must have an index of 4, the constant is used in Chrome code to
44 // identify it.
45 IDR_SXS                 ICON                    "theme\google_chrome\chrome_sxs.ico"
46 #else
47 IDR_MAINFRAME           ICON                    "theme\chromium\win\chromium.ico"
48 #endif
50 // Icon for the App Lancher. Named with a leading X to keep the name
51 // alphabetically after IDR_SXS.
52 #if defined(GOOGLE_CHROME_BUILD)
53 // The App Launcher icon must have an index of 5 in Chrome, and 6 for SXS.
54 IDR_X_APP_LIST          ICON                    "theme\\google_chrome\\app_list.ico"
55 IDR_X_APP_LIST_SXS      ICON                    "theme\\google_chrome\\app_list_sxs.ico"
56 #else
57 // The App Launcher icon must have an index of 1 for Chromium.
58 IDR_X_APP_LIST          ICON                    "theme\\chromium\\win\\app_list.ico"
59 #endif
62 /////////////////////////////////////////////////////////////////////////////
64 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
65 // by Omaha. Executables must both be signed by Google and contain the marker
66 // in order to expose application commands.
68 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
70 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
73 #endif    // English (U.S.) resources
74 /////////////////////////////////////////////////////////////////////////////