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

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

Issue 13947002: Update App Launcher icons, splitting for Chromium, Chrome, Canary. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: selfnits Created 7 years, 8 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
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
(...skipping 28 matching lines...) Expand all
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"
tapted 2013/04/10 06:36:37 here's the canary :D -- just in the chrome.exe
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 #endif // English (U.S.) resources 61 #endif // English (U.S.) resources
56 ///////////////////////////////////////////////////////////////////////////// 62 /////////////////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698