Chromium Code Reviews| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 392 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_BO TTOM_RIGHT" file="common/infobarbutton_bottom_right_pressed.png" /> | 392 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_BO TTOM_RIGHT" file="common/infobarbutton_bottom_right_pressed.png" /> |
| 393 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_CE NTER" file="common/infobarbutton_center_pressed.png" /> | 393 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_CE NTER" file="common/infobarbutton_center_pressed.png" /> |
| 394 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_LE FT" file="common/infobarbutton_left_pressed.png" /> | 394 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_LE FT" file="common/infobarbutton_left_pressed.png" /> |
| 395 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_RI GHT" file="common/infobarbutton_right_pressed.png" /> | 395 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_RI GHT" file="common/infobarbutton_right_pressed.png" /> |
| 396 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P" file="common/infobarbutton_top_pressed.png" /> | 396 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P" file="common/infobarbutton_top_pressed.png" /> |
| 397 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_LEFT" file="common/infobarbutton_top_left_pressed.png" /> | 397 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_LEFT" file="common/infobarbutton_top_left_pressed.png" /> |
| 398 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> | 398 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_PRESSED_TO P_RIGHT" file="common/infobarbutton_top_right_pressed.png" /> |
| 399 </if> | 399 </if> |
| 400 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> | 400 <structure type="chrome_scaled_image" name="IDR_INFOBAR_3D_BLOCKED" file=" common/infobar_3d_blocked.png" /> |
| 401 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" /> | 401 <structure type="chrome_scaled_image" name="IDR_INFOBAR_ALT_NAV_URL" file= "common/infobar_alt_nav_url.png" /> |
| 402 <structure type="chrome_scaled_image" name="IDR_INFOBAR_APP_BANNER" file=" cros/kiosk_app_user_pod_icon.png" /> | |
|
benwells
2015/06/02 05:53:35
I didn't realise we didn't have an icon in common/
dominickn (DO NOT USE)
2015/06/02 06:51:32
apps_bookmark_bar_icon.png is the closest, but it'
| |
| 402 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c ommon/infobar_autologin.png" /> | 403 <structure type="chrome_scaled_image" name="IDR_INFOBAR_AUTOLOGIN" file="c ommon/infobar_autologin.png" /> |
| 403 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" /> | 404 <structure type="chrome_scaled_image" name="IDR_INFOBAR_COOKIE" file="comm on/infobar_cookie.png" /> |
| 404 <if expr="not is_android"> | 405 <if expr="not is_android"> |
| 405 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil e="common/infobar_cryptotoken.png" /> | 406 <structure type="chrome_scaled_image" name="IDR_INFOBAR_CRYPTOTOKEN" fil e="common/infobar_cryptotoken.png" /> |
| 406 </if> | 407 </if> |
| 407 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" /> | 408 <structure type="chrome_scaled_image" name="IDR_INFOBAR_DESKTOP_NOTIFICATI ONS" file="common/infobar_desktop_notifications.png" /> |
| 408 <if expr="is_android"> | 409 <if expr="is_android"> |
| 409 <!-- The actual image here is not used; this line only exists to | 410 <!-- The actual image here is not used; this line only exists to |
| 410 reserve a valid ID, so the Android code can map it to the | 411 reserve a valid ID, so the Android code can map it to the |
| 411 appropriate Android resource. So we just refer to a random | 412 appropriate Android resource. So we just refer to a random |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1059 <!-- People search images --> | 1060 <!-- People search images --> |
| 1060 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> | 1061 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> |
| 1061 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> | 1062 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> |
| 1062 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> | 1063 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> |
| 1063 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> | 1064 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> |
| 1064 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> | 1065 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> |
| 1065 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> | 1066 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> |
| 1066 </structures> | 1067 </structures> |
| 1067 </release> | 1068 </release> |
| 1068 </grit> | 1069 </grit> |
| OLD | NEW |