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

Unified Diff: chrome/app/theme/theme_resources.grd

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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 7bc9a1ca498eb4905ceed60782de7b696aef1b64..bb881ae0143dbcaee314d41b10017cfb26803a9e 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -40,8 +40,12 @@
<structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file="allowed_script.png" />
<structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="app_default_icon.png" />
<structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_droparrow.png" />
- <if expr="pp_ifdef('enable_app_list') and is_win">
- <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="win/app_list.png" />
+ <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google_chrome')">
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium/app_list_48.png" />
+ </if>
+ <if expr="pp_ifdef('enable_app_list') and is_win and pp_ifdef('_google_chrome')">
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_chrome/app_list_48.png" />
+ <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="google_chrome/app_list_sxs_48.png" />
</if>
<if expr="pp_ifdef('enable_app_list') and not pp_ifdef('chromeos')">
<structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" file="app_list_tab_overlay.png" />

Powered by Google App Engine
This is Rietveld 408576698