| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- This grd file contains images that are pre-scaled for device scale | 2 <!-- This grd file contains images that are pre-scaled for device scale |
| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed| | 3 factors. The image returned by |base::ResourceBundle::GetImageNamed| |
| 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The | 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The |
| 5 |fallback_to_low_resolution| attribute controls behavior when | 5 |fallback_to_low_resolution| attribute controls behavior when |
| 6 an image file is missing for target scale factor. If true, chrome | 6 an image file is missing for target scale factor. If true, chrome |
| 7 will automatically scale the 1x image to the target scale factor. | 7 will automatically scale the 1x image to the target scale factor. |
| 8 If false, build will fail due to missing resources. This is | 8 If false, build will fail due to missing resources. This is |
| 9 currently set to true for all resources, but the default will | 9 currently set to true for all resources, but the default will |
| 10 become false in near future. | 10 become false in near future. |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
chromium/webstore_icon_32.png" /> | 912 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
chromium/webstore_icon_32.png" /> |
| 913 </if> | 913 </if> |
| 914 <if expr="pp_ifdef('_google_chrome')"> | 914 <if expr="pp_ifdef('_google_chrome')"> |
| 915 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo
gle_chrome/webstore_icon.png" /> | 915 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo
gle_chrome/webstore_icon.png" /> |
| 916 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> | 916 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> |
| 917 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> | 917 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> |
| 918 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 918 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
| 919 </if> | 919 </if> |
| 920 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> | 920 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> |
| 921 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> | 921 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> |
| 922 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re
set.png" /> |
| 922 <!-- Audio playing indicator. Favicon-sized with equalizer-like animation
frames --> | 923 <!-- Audio playing indicator. Favicon-sized with equalizer-like animation
frames --> |
| 923 <structure type="chrome_scaled_image" name="IDR_AUDIO_ANIMATION" file="com
mon/audio_animation.png" /> | 924 <structure type="chrome_scaled_image" name="IDR_AUDIO_ANIMATION" file="com
mon/audio_animation.png" /> |
| 924 </structures> | 925 </structures> |
| 925 </release> | 926 </release> |
| 926 </grit> | 927 </grit> |
| OLD | NEW |