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

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: 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
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index d81c286413cd5678071413b131ef0f2292f3e8d3..5814b11cef81dd74c3200843987ce34ba6b02f4f 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="win/app_list_v1_overlay.png" />
« no previous file with comments | « chrome/app/theme/default_100_percent/win/app_list.png ('k') | chrome/browser/ui/app_list/app_list_service_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698