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

Side by Side Diff: apps/app_host/app_host.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
« no previous file with comments | « no previous file | chrome/app/chrome_exe.rc » ('j') | chrome/app/chrome_exe.rc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "app_host_resource.h" 3 #include "app_host_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 12 matching lines...) Expand all
23 #pragma code_page(1252) 23 #pragma code_page(1252)
24 #endif //_WIN32 24 #endif //_WIN32
25 25
26 ///////////////////////////////////////////////////////////////////////////// 26 /////////////////////////////////////////////////////////////////////////////
27 // 27 //
28 // Icon 28 // Icon
29 // 29 //
30 30
31 // Icon with lowest ID value placed first to ensure application icon 31 // Icon with lowest ID value placed first to ensure application icon
32 // remains consistent on all systems. 32 // remains consistent on all systems.
33 IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\app_list.ico" 33 #if defined(GOOGLE_CHROME_BUILD)
34 IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\google_chrome\\app_list.ico"
tapted 2013/04/09 11:38:11 Note: The canary icon isn't here. I think that's r
benwells 2013/04/09 22:34:44 Where is the canary icon then?
35 #else
36 IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\chromium\\app_list.ico"
37 #endif
34 38
35 ///////////////////////////////////////////////////////////////////////////// 39 /////////////////////////////////////////////////////////////////////////////
36 // 40 //
37 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined 41 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
38 // by Omaha. Executables must both be signed by Google and contain the marker 42 // by Omaha. Executables must both be signed by Google and contain the marker
39 // in order to expose application commands. 43 // in order to expose application commands.
40 // 44 //
41 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 45 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1
42 46
43 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } 47 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L }
44 48
45 #endif // English (U.S.) resources 49 #endif // English (U.S.) resources
46 ///////////////////////////////////////////////////////////////////////////// 50 /////////////////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_exe.rc » ('j') | chrome/app/chrome_exe.rc » ('J')

Powered by Google App Engine
This is Rietveld 408576698