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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE"
file="extension_command_close.png" /> | 230 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE"
file="extension_command_close.png" /> |
231 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON"
file="extension_default_icon.png" /> | 231 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON"
file="extension_default_icon.png" /> |
232 </if> | 232 </if> |
233 <if expr="pp_ifdef('chromeos')"> | 233 <if expr="pp_ifdef('chromeos')"> |
234 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/
fatal_error.png" /> | 234 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/
fatal_error.png" /> |
235 </if> | 235 </if> |
236 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p
ng" /> | 236 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p
ng" /> |
237 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback
_hover.png" /> | 237 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback
_hover.png" /> |
238 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback
_pressed.png" /> | 238 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback
_pressed.png" /> |
239 | 239 |
| 240 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/
folder.png" /> |
240 <if expr="pp_ifdef('chromeos')"> | 241 <if expr="pp_ifdef('chromeos')"> |
241 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_ARCHIVE" file="cros/file_types/archive.png" /> | 242 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_ARCHIVE" file="cros/file_types/archive.png" /> |
242 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_AUDIO" file="cros/file_types/audio.png" /> | 243 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_AUDIO" file="cros/file_types/audio.png" /> |
243 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_DRIVE" file="cros/file_types/drive.png" /> | 244 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_DRIVE" file="cros/file_types/drive.png" /> |
244 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_EXCEL" file="cros/file_types/excel.png" /> | 245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_EXCEL" file="cros/file_types/excel.png" /> |
245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FOLDER" file="cros/file_types/folder.png" /> | |
246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FORM" file="cros/file_types/form.png" /> | 246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FORM" file="cros/file_types/form.png" /> |
247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDOC" file="cros/file_types/gdoc.png" /> | 247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDOC" file="cros/file_types/gdoc.png" /> |
248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDRAW" file="cros/file_types/gdraw.png" /> | 248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDRAW" file="cros/file_types/gdraw.png" /> |
249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GENERIC" file="cros/file_types/generic.png" /> | 249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GENERIC" file="cros/file_types/generic.png" /> |
250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GLINK" file="cros/file_types/glink.png" /> | 250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GLINK" file="cros/file_types/glink.png" /> |
251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSHEET" file="cros/file_types/gsheet.png" /> | 251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSHEET" file="cros/file_types/gsheet.png" /> |
252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSLIDES" file="cros/file_types/gslides.png" /> | 252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSLIDES" file="cros/file_types/gslides.png" /> |
253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GTABLE" file="cros/file_types/gtable.png" /> | 253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GTABLE" file="cros/file_types/gtable.png" /> |
254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_IMAGE" file="cros/file_types/image.png" /> | 254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_IMAGE" file="cros/file_types/image.png" /> |
255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_PDF" file="cros/file_types/pdf.png" /> | 255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_PDF" file="cros/file_types/pdf.png" /> |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1173 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> | 1173 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> |
1174 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> | 1174 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> |
1175 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> | 1175 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> |
1176 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> | 1176 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> |
1177 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> | 1177 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> |
1178 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> | 1178 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> |
1179 | 1179 |
1180 </structures> | 1180 </structures> |
1181 </release> | 1181 </release> |
1182 </grit> | 1182 </grit> |
OLD | NEW |