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

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

Issue 10704053: Add HiDPI webstore icons. Use them on NTP and extensions domui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_standard.grd
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index 392834e3beea1846d4063aa272e387702e759ad1..30b88cc452932843051c671e31355d509ed356a7 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -494,6 +494,18 @@
<structure type="chrome_scaled_image" name="IDR_UPDATE_MENU3" file="update_menu3.png" />
<structure type="chrome_scaled_image" name="IDR_UPDATE_MENU4" file="update_menu4.png" />
<structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small.png" />
+ <if expr="pp_ifdef('_google_chrome')">
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="google_chrome/webstore_icon.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="google_chrome/webstore_icon_16.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="google_chrome/webstore_icon_24.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="google_chrome/webstore_icon_32.png" />
+ </if>
+ <if expr="not pp_ifdef('_google_chrome')">
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chromium/webstore_icon.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="chromium/webstore_icon_16.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="chromium/webstore_icon_24.png" />
+ <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="chromium/webstore_icon_32.png" />
+ </if>
<structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_minus.png" />
<structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus.png" />
</structures>
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698