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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO
P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> | 388 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO
P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> |
389 </if> | 389 </if> |
390 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file="
common/infobar_3d_blocked.png" /> | 390 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file="
common/infobar_3d_blocked.png" /> |
391 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file=
"common/infobar_alt_nav_url.png" /> | 391 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file=
"common/infobar_alt_nav_url.png" /> |
392 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c
ommon/infobar_autologin.png" /> | 392 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c
ommon/infobar_autologin.png" /> |
393 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm
on/infobar_cookie.png" /> | 393 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm
on/infobar_cookie.png" /> |
394 <if expr="not is_android"> | 394 <if expr="not is_android"> |
395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil
e="common/infobar_cryptotoken.png" /> | 395 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil
e="common/infobar_cryptotoken.png" /> |
396 </if> | 396 </if> |
397 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI
ONS" file="common/infobar_desktop_notifications.png" /> | 397 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI
ONS" file="common/infobar_desktop_notifications.png" /> |
| 398 <if expr="is_android"> |
| 399 <!-- The actual image here is not used; this line only exists to |
| 400 reserve a valid ID, so the Android code can map it to the |
| 401 appropriate Android resource. So we just refer to a random |
| 402 image. --> |
| 403 <structure type="chrome_scaled_image" name="IDR_INFOBAR_FULLSCREEN" file
="chromium/product_logo_32.png" /> |
| 404 </if> |
398 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file=
"common/infobar_geolocation.png" /> | 405 <structure type="chrome_scaled_image" name="IDR_INFOBAR_GEOLOCATION" file=
"common/infobar_geolocation.png" /> |
399 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER
A" file="common/infobar_media_stream_camera.png" /> | 406 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_CAMER
A" file="common/infobar_media_stream_camera.png" /> |
400 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC"
file="common/infobar_media_stream_mic.png" /> | 407 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MEDIA_STREAM_MIC"
file="common/infobar_media_stream_mic.png" /> |
401 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common
/infobar_midi.png" /> | 408 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MIDI" file="common
/infobar_midi.png" /> |
402 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS
" file="common/infobar_multiple_downloads.png" /> | 409 <structure type="chrome_scaled_image" name="IDR_INFOBAR_MULTIPLE_DOWNLOADS
" file="common/infobar_multiple_downloads.png" /> |
403 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi
le="common/infobar_plugin_crashed.png" /> | 410 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_CRASHED" fi
le="common/infobar_plugin_crashed.png" /> |
404 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi
le="common/infobar_plugin_install.png" /> | 411 <structure type="chrome_scaled_image" name="IDR_INFOBAR_PLUGIN_INSTALL" fi
le="common/infobar_plugin_install.png" /> |
405 <if expr="is_android or chromeos"> | 412 <if expr="is_android or chromeos"> |
406 <!-- The actual image here is not used; this line only exists to | 413 <!-- The actual image here is not used; this line only exists to |
407 reserve a valid ID, so the Android code can map it to the | 414 reserve a valid ID, so the Android code can map it to the |
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 <!-- People search images --> | 1185 <!-- People search images --> |
1179 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> | 1186 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> |
1180 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> | 1187 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> |
1181 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> | 1188 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> |
1182 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> | 1189 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> |
1183 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> | 1190 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> |
1184 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> | 1191 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> |
1185 </structures> | 1192 </structures> |
1186 </release> | 1193 </release> |
1187 </grit> | 1194 </grit> |
OLD | NEW |