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

Unified Diff: chrome/app/theme/theme_resources.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/chromium/webstore_icon_32.png ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index ea0621297031f6efe0dbc1ece00e868145fdf7a3..247703a3ef43caf14ff7dcd8ad26bbf346774a8d 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -200,18 +200,10 @@
<include name="IDR_MANAGED_MODE_AVATAR" file="default_100_percent/managed_mode_avatar_mac.png" type="BINDATA" />
</if>
<if expr="pp_ifdef('_google_chrome')">
- <include name="IDR_WEBSTORE_ICON" file="google_chrome/webstore_icon.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_16" file="google_chrome/webstore_icon_16.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_24" file="google_chrome/webstore_icon_24.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_32" file="google_chrome/webstore_icon_32.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON" file="google_chrome/wizard_icon.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON_RTL" file="google_chrome/wizard_icon_rtl.png" type="BINDATA" />
</if>
<if expr="not pp_ifdef('_google_chrome')">
- <include name="IDR_WEBSTORE_ICON" file="chromium/webstore_icon.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_16" file="chromium/webstore_icon_16.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_24" file="chromium/webstore_icon_24.png" type="BINDATA" />
- <include name="IDR_WEBSTORE_ICON_32" file="chromium/webstore_icon_32.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BINDATA" />
<include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
</if>
« no previous file with comments | « chrome/app/theme/chromium/webstore_icon_32.png ('k') | chrome/app/theme/theme_resources_standard.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698