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

Unified 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: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_exe.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+#else
+IDI_APP_HOST_MAIN ICON "..\\..\\chrome\\app\\theme\\chromium\\app_list.ico"
+#endif
/////////////////////////////////////////////////////////////////////////////
//
« no previous file with comments | « no previous file | chrome/app/chrome_exe.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698