1 // Microsoft Visual C++ generated resource script. 2 // 3 #include "chrome_exe_resource.h" 4 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 13 14 ///////////////////////////////////////////////////////////////////////////// 15 #undef APSTUDIO_READONLY_SYMBOLS 16 17 ///////////////////////////////////////////////////////////////////////////// 18 // English (U.S.) resources 19 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 25 26 27 ///////////////////////////////////////////////////////////////////////////// 28 // 29 // Icon 30 // 31 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\win\chrome.ico" 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\win\chrome2.ico" 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\win\chrome3.ico" 42 IDR_MAINFRAME_4 ICON "theme\google_chrome\win\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\win\chrome_sxs.ico" 46 #else 47 IDR_MAINFRAME ICON "theme\chromium\win\chromium.ico" 48 #endif 49 50 // Start a naming scheme to keep icons in order. A leading X is used to keep 51 // the name alphabetically after IDR_SXS. The maximum of the number that follows 52 // should be incremented when a new icon is added. The icon indices in 53 // chrome_icon_resources_win.cc should also be updated. 54 55 #if defined(GOOGLE_CHROME_BUILD) 56 IDR_X001_APP_LIST ICON "theme\\google_chrome\\win\\app_list.ico" 57 IDR_X002_APP_LIST_SXS ICON "theme\\google_chrome\\win\\app_list_sxs.ico" 58 #else 59 IDR_X001_APP_LIST ICON "theme\\chromium\\win\\app_list.ico" 60 #endif 61 62 IDR_X003_INSTALL_APP ICON "theme\\win\\install_app.ico" 63 64 65 ///////////////////////////////////////////////////////////////////////////// 66 // 67 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined 68 // by Omaha. Executables must both be signed by Google and contain the marker 69 // in order to expose application commands. 70 // 71 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 72 73 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } 74 75 76 #endif // English (U.S.) resources 77 ///////////////////////////////////////////////////////////////////////////// 78