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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/theme_resources_standard.h" type="rc_header" context= "default_100_percent"> 4 <output filename="grit/theme_resources_standard.h" type="rc_header" context= "default_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/theme_resources_standard_map.cc" type="resource_map_s ource" context="default_100_percent" /> 7 <output filename="grit/theme_resources_standard_map.cc" type="resource_map_s ource" context="default_100_percent" />
8 <output filename="grit/theme_resources_standard_map.h" type="resource_map_he ader" context="default_100_percent" /> 8 <output filename="grit/theme_resources_standard_map.h" type="resource_map_he ader" context="default_100_percent" />
9 <output filename="theme_resources_standard.pak" type="data_package" context= "default_100_percent" /> 9 <output filename="theme_resources_standard.pak" type="data_package" context= "default_100_percent" />
10 <output filename="theme_resources_2x.pak" type="data_package" context="defau lt_200_percent" /> 10 <output filename="theme_resources_2x.pak" type="data_package" context="defau lt_200_percent" />
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="update _badge.png" /> 487 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE" file="update _badge.png" />
488 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="updat e_badge2.png" /> 488 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE2" file="updat e_badge2.png" />
489 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="updat e_badge3.png" /> 489 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE3" file="updat e_badge3.png" />
490 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="updat e_badge4.png" /> 490 <structure type="chrome_scaled_image" name="IDR_UPDATE_BADGE4" file="updat e_badge4.png" />
491 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAIL" file="update_ fail.png" /> 491 <structure type="chrome_scaled_image" name="IDR_UPDATE_FAIL" file="update_ fail.png" />
492 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU" file="update_ menu.png" /> 492 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU" file="update_ menu.png" />
493 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU2" file="update _menu2.png" /> 493 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU2" file="update _menu2.png" />
494 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU3" file="update _menu3.png" /> 494 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU3" file="update _menu3.png" />
495 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU4" file="update _menu4.png" /> 495 <structure type="chrome_scaled_image" name="IDR_UPDATE_MENU4" file="update _menu4.png" />
496 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" /> 496 <structure type="chrome_scaled_image" name="IDR_WARNING" file="alert_small .png" />
497 <if expr="pp_ifdef('_google_chrome')">
498 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
499 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
500 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
501 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
502 </if>
503 <if expr="not pp_ifdef('_google_chrome')">
504 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="chr omium/webstore_icon.png" />
505 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" chromium/webstore_icon_16.png" />
506 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" chromium/webstore_icon_24.png" />
507 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" chromium/webstore_icon_32.png" />
508 </if>
497 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 509 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
498 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 510 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
499 </structures> 511 </structures>
500 </release> 512 </release>
501 </grit> 513 </grit>
OLDNEW
« 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