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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE"
file="extension_command_close.png" /> | 234 <structure type="chrome_scaled_image" name="IDR_EXTENSION_COMMAND_CLOSE"
file="extension_command_close.png" /> |
235 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON"
file="extension_default_icon.png" /> | 235 <structure type="chrome_scaled_image" name="IDR_EXTENSION_DEFAULT_ICON"
file="extension_default_icon.png" /> |
236 </if> | 236 </if> |
237 <if expr="pp_ifdef('chromeos')"> | 237 <if expr="pp_ifdef('chromeos')"> |
238 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/
fatal_error.png" /> | 238 <structure type="chrome_scaled_image" name="IDR_FATAL_ERROR" file="cros/
fatal_error.png" /> |
239 </if> | 239 </if> |
240 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p
ng" /> | 240 <structure type="chrome_scaled_image" name="IDR_FEEDBACK" file="feedback.p
ng" /> |
241 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback
_hover.png" /> | 241 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback
_hover.png" /> |
242 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback
_pressed.png" /> | 242 <structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback
_pressed.png" /> |
243 | 243 |
| 244 <structure type="chrome_scaled_image" name="IDR_FILE_FOLDER" file="common/
folder.png" /> |
244 <if expr="pp_ifdef('chromeos')"> | 245 <if expr="pp_ifdef('chromeos')"> |
245 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_ARCHIVE" file="cros/file_types/archive.png" /> | 246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_ARCHIVE" file="cros/file_types/archive.png" /> |
246 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_AUDIO" file="cros/file_types/audio.png" /> | 247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_AUDIO" file="cros/file_types/audio.png" /> |
247 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_DRIVE" file="cros/file_types/drive.png" /> | 248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_DRIVE" file="cros/file_types/drive.png" /> |
248 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_EXCEL" file="cros/file_types/excel.png" /> | 249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_EXCEL" file="cros/file_types/excel.png" /> |
249 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FOLDER" file="cros/file_types/folder.png" /> | |
250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FORM" file="cros/file_types/form.png" /> | 250 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_FORM" file="cros/file_types/form.png" /> |
251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDOC" file="cros/file_types/gdoc.png" /> | 251 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDOC" file="cros/file_types/gdoc.png" /> |
252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDRAW" file="cros/file_types/gdraw.png" /> | 252 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GDRAW" file="cros/file_types/gdraw.png" /> |
253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GENERIC" file="cros/file_types/generic.png" /> | 253 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GENERIC" file="cros/file_types/generic.png" /> |
254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GLINK" file="cros/file_types/glink.png" /> | 254 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GLINK" file="cros/file_types/glink.png" /> |
255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSHEET" file="cros/file_types/gsheet.png" /> | 255 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSHEET" file="cros/file_types/gsheet.png" /> |
256 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSLIDES" file="cros/file_types/gslides.png" /> | 256 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GSLIDES" file="cros/file_types/gslides.png" /> |
257 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GTABLE" file="cros/file_types/gtable.png" /> | 257 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_GTABLE" file="cros/file_types/gtable.png" /> |
258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_IMAGE" file="cros/file_types/image.png" /> | 258 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_IMAGE" file="cros/file_types/image.png" /> |
259 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_PDF" file="cros/file_types/pdf.png" /> | 259 <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYP
E_PDF" file="cros/file_types/pdf.png" /> |
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1270 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> | 1270 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> |
1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> | 1271 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> |
1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> | 1272 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> |
1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> | 1273 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> |
1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> | 1274 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> |
1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> | 1275 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> |
1276 | 1276 |
1277 </structures> | 1277 </structures> |
1278 </release> | 1278 </release> |
1279 </grit> | 1279 </grit> |
OLD | NEW |