| OLD | NEW |
| 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 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" | 39 IDR_MAINFRAME ICON "theme\google_chrome\chrome.ico" |
| 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico
" | 40 IDR_MAINFRAME_2 ICON "theme\google_chrome\chrome2.ico
" |
| 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico
" | 41 IDR_MAINFRAME_3 ICON "theme\google_chrome\chrome3.ico
" |
| 42 IDR_MAINFRAME_4 ICON "theme\google_chrome\chrome4.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 | 43 // The SXS icon must have an index of 4, the constant is used in Chrome code to |
| 44 // identify it. | 44 // identify it. |
| 45 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" | 45 IDR_SXS ICON "theme\google_chrome\chrome_sxs.
ico" |
| 46 #else | 46 #else |
| 47 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" | 47 IDR_MAINFRAME ICON "theme\chromium\chromium.ico" |
| 48 #endif | 48 #endif |
| 49 |
| 49 // Icon for the App Lancher. Named with a leading X to keep the name | 50 // Icon for the App Lancher. Named with a leading X to keep the name |
| 50 // alphabetically after IDR_SXS. | 51 // alphabetically after IDR_SXS. |
| 51 // The SXS icon must have an index of 5 for Chrome and 1 for Chromium, these | 52 #if defined(GOOGLE_CHROME_BUILD) |
| 52 // constants are used in Chrome code to identify it. | 53 // The App Launcher icon must have an index of 5 in Chrome, and 6 for SXS. |
| 53 IDR_X_APP_LIST ICON "theme\\app_list.ico" | 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\\app_list.ico" |
| 59 #endif |
| 54 | 60 |
| 55 | 61 |
| 56 ///////////////////////////////////////////////////////////////////////////// | 62 ///////////////////////////////////////////////////////////////////////////// |
| 57 // | 63 // |
| 58 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined | 64 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined |
| 59 // by Omaha. Executables must both be signed by Google and contain the marker | 65 // by Omaha. Executables must both be signed by Google and contain the marker |
| 60 // in order to expose application commands. | 66 // in order to expose application commands. |
| 61 // | 67 // |
| 62 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 | 68 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 |
| 63 | 69 |
| 64 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } | 70 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } |
| 65 | 71 |
| 66 | 72 |
| 67 #endif // English (U.S.) resources | 73 #endif // English (U.S.) resources |
| 68 ///////////////////////////////////////////////////////////////////////////// | 74 ///////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |