Chromium Code Reviews| Index: apps/app_host/app_host.rc |
| diff --git a/apps/app_host/app_host.rc b/apps/app_host/app_host.rc |
| index f4fedec3608f6fbf8b2a861b29b3850c9a77a90a..8f4fed346d864bc6b7838a5efc0ed1f5160db312 100644 |
| --- a/apps/app_host/app_host.rc |
| +++ b/apps/app_host/app_host.rc |
| @@ -30,7 +30,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| // Icon with lowest ID value placed first to ensure application icon |
| // remains consistent on all systems. |
| -IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\app_list.ico" |
| +#if defined(GOOGLE_CHROME_BUILD) |
| +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?
|
| +#else |
| +IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\chromium\\app_list.ico" |
| +#endif |
| ///////////////////////////////////////////////////////////////////////////// |
| // |