| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> | 140 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> |
| 141 </if> | 141 </if> |
| 142 <if expr="chromeos"> | 142 <if expr="chromeos"> |
| 143 <structure type="chrome_scaled_image" name="IDR_BUILDINGS_ILLUSTRATION"
file="cros/buildings_illustration.png" /> | 143 <structure type="chrome_scaled_image" name="IDR_BUILDINGS_ILLUSTRATION"
file="cros/buildings_illustration.png" /> |
| 144 </if> | 144 </if> |
| 145 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common
/chevron_left.png" /> | 145 <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common
/chevron_left.png" /> |
| 146 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
ommon/close_button_mask.png" /> | 146 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
ommon/close_button_mask.png" /> |
| 147 <if expr="is_win"> | 147 <if expr="is_win"> |
| 148 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> | 148 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> |
| 149 </if> | 149 </if> |
| 150 <if expr="chromeos"> | |
| 151 <structure type="chrome_scaled_image" name="IDR_CONSUMER_MANAGEMENT_NOTI
FICATION_ICON" file="cros/consumer_management_notification_icon.png" /> | |
| 152 </if> | |
| 153 <!-- Ash doesn't draw rounded content area, so needs a special top | 150 <!-- Ash doesn't draw rounded content area, so needs a special top |
| 154 image. --> | 151 image. --> |
| 155 <if expr="not use_ash"> | 152 <if expr="not use_ash"> |
| 156 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file
="common/content_top_center.png" /> | 153 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file
="common/content_top_center.png" /> |
| 157 </if> | 154 </if> |
| 158 <if expr="use_ash"> | 155 <if expr="use_ash"> |
| 159 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file
="common/ash/content_top_center.png" /> | 156 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER" file
="common/ash/content_top_center.png" /> |
| 160 </if> | 157 </if> |
| 161 <if expr="not chromeos"> | 158 <if expr="not chromeos"> |
| 162 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DESKT
OP" file="common/content_top_center.png" /> | 159 <structure type="chrome_scaled_image" name="IDR_CONTENT_TOP_CENTER_DESKT
OP" file="common/content_top_center.png" /> |
| (...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 920 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
| 924 </if> | 921 </if> |
| 925 <if expr="is_macosx"> | 922 <if expr="is_macosx"> |
| 926 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> | 923 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> |
| 927 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> | 924 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> |
| 928 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> | 925 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> |
| 929 </if> | 926 </if> |
| 930 </structures> | 927 </structures> |
| 931 </release> | 928 </release> |
| 932 </grit> | 929 </grit> |
| OLD | NEW |