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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 173 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP_LEFT" file="common/developer_mode_highlight_top_left.png" /> | 173 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP_LEFT" file="common/developer_mode_highlight_top_left.png" /> |
| 174 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP" file="common/developer_mode_highlight_top.png" /> | 174 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP" file="common/developer_mode_highlight_top.png" /> |
| 175 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP_RIGHT" file="common/developer_mode_highlight_top_right.png" /> | 175 <structure type="chrome_scaled_image" name="IDR_DEVELOPER_MODE_HIGHLIGHT_T OP_RIGHT" file="common/developer_mode_highlight_top_right.png" /> |
| 176 <if expr="chromeos"> | 176 <if expr="chromeos"> |
| 177 <structure type="chrome_scaled_image" name="IDR_DEVICE_DISABLED" file="c ros/device_disabled.png" /> | 177 <structure type="chrome_scaled_image" name="IDR_DEVICE_DISABLED" file="c ros/device_disabled.png" /> |
| 178 </if> | 178 </if> |
| 179 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" /> | 179 <structure type="chrome_scaled_image" name="IDR_DOWNLOADS_FAVICON" file="c ommon/favicon_downloads.png" /> |
| 180 <if expr="is_macosx"> | 180 <if expr="is_macosx"> |
| 181 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN " file="legacy/download_animation_begin.png" /> | 181 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_ANIMATION_BEGIN " file="legacy/download_animation_begin.png" /> |
| 182 </if> | 182 </if> |
| 183 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM" file="common/download_button_center_bottom.png" /> | |
| 184 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_H" file="common/download_button_center_bottom_hover.png" /> | |
| 185 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_BOT TOM_P" file="common/download_button_center_bottom_pressed.png" /> | |
| 186 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_MID DLE" file="common/download_button_center_middle.png" /> | |
| 187 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_MID DLE_H" file="common/download_button_center_middle_hover.png" /> | |
| 188 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_MID DLE_P" file="common/download_button_center_middle_pressed.png" /> | |
| 189 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_TOP " file="common/download_button_center_top.png" /> | |
| 190 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_TOP _H" file="common/download_button_center_top_hover.png" /> | |
| 191 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_CENTER_TOP _P" file="common/download_button_center_top_pressed.png" /> | |
| 192 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_BOTTO M" file="common/download_button_left_bottom.png" /> | |
| 193 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_BOTTO M_H" file="common/download_button_left_bottom_hover.png" /> | |
| 194 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_BOTTO M_P" file="common/download_button_left_bottom_pressed.png" /> | |
| 195 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_MIDDL E" file="common/download_button_left_middle.png" /> | |
| 196 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_MIDDL E_H" file="common/download_button_left_middle_hover.png" /> | |
| 197 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_MIDDL E_P" file="common/download_button_left_middle_pressed.png" /> | |
| 198 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_TOP" file="common/download_button_left_top.png" /> | |
| 199 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_TOP_H " file="common/download_button_left_top_hover.png" /> | |
| 200 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_LEFT_TOP_P " file="common/download_button_left_top_pressed.png" /> | |
| 201 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_BOTTO M" file="common/download_button_menu_bottom.png" /> | |
| 202 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_BOTTO M_H" file="common/download_button_menu_bottom_hover.png" /> | |
| 203 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_BOTTO M_P" file="common/download_button_menu_bottom_pressed.png" /> | |
| 204 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_MIDDL E" file="common/download_button_menu_middle.png" /> | |
| 205 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_MIDDL E_H" file="common/download_button_menu_middle_hover.png" /> | |
| 206 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_MIDDL E_P" file="common/download_button_menu_middle_pressed.png" /> | |
| 207 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_TOP" file="common/download_button_menu_top.png" /> | |
| 208 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_TOP_H " file="common/download_button_menu_top_hover.png" /> | |
| 209 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_MENU_TOP_P " file="common/download_button_menu_top_pressed.png" /> | |
| 210 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_BOTT OM" file="common/download_button_right_bottom.png" /> | |
| 211 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_BOTT OM_H" file="common/download_button_right_bottom_hover.png" /> | |
| 212 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_BOTT OM_NO_DD" file="common/download_button_right_bottom_no_dd.png" /> | |
| 213 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_BOTT OM_P" file="common/download_button_right_bottom_pressed.png" /> | |
| 214 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE" file="common/download_button_right_middle.png" /> | |
| 215 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE_H" file="common/download_button_right_middle_hover.png" /> | |
| 216 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE_NO_DD" file="common/download_button_right_middle_no_dd.png" /> | |
| 217 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_MIDD LE_P" file="common/download_button_right_middle_pressed.png" /> | |
| 218 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP" file="common/download_button_right_top.png" /> | |
| 219 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ H" file="common/download_button_right_top_hover.png" /> | |
| 220 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ NO_DD" file="common/download_button_right_top_no_dd.png" /> | |
| 221 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_ P" file="common/download_button_right_top_pressed.png" /> | |
| 222 <if expr="chromeos"> | 183 <if expr="chromeos"> |
| 223 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_ANNOTATE" file="cros/downloads/annotate.png" /> | 184 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_ANNOTATE" file="cros/downloads/annotate.png" /> |
| 224 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_CANCEL" file="cros/downloads/cancel.png" /> | 185 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_CANCEL" file="cros/downloads/cancel.png" /> |
| 225 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DELETE" file="cros/downloads/delete.png" /> | 186 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DELETE" file="cros/downloads/delete.png" /> |
| 226 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DOWNLOAD" file="cros/downloads/download.png" /> | 187 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_DOWNLOAD" file="cros/downloads/download.png" /> |
| 227 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_FOLDER" file="cros/downloads/folder.png" /> | 188 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_FOLDER" file="cros/downloads/folder.png" /> |
| 228 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_PAUSE" file="cros/downloads/pause.png" /> | 189 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_PAUSE" file="cros/downloads/pause.png" /> |
| 229 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_COPY_TO_CLIPBOARD" file="cros/downloads/copy_to_clipboard.png" /> | 190 <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ME NU_COPY_TO_CLIPBOARD" file="cros/downloads/copy_to_clipboard.png" /> |
| 230 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_FAILURE " file="cros/enable_debugging_failure.png" /> | 191 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_FAILURE " file="cros/enable_debugging_failure.png" /> |
| 231 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_SUCCESS " file="cros/enable_debugging_success.png" /> | 192 <structure type="chrome_scaled_image" name="IDR_ENABLE_DEBUGGING_SUCCESS " file="cros/enable_debugging_success.png" /> |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 726 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" /> | 687 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" /> |
| 727 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" /> | 688 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" /> |
| 728 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" /> | 689 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" /> |
| 729 <if expr="toolkit_views or is_macosx or is_ios"> | 690 <if expr="toolkit_views or is_macosx or is_ios"> |
| 730 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" /> | 691 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" /> |
| 731 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" /> | 692 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" /> |
| 732 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> | 693 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> |
| 733 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> | 694 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> |
| 734 </if> | 695 </if> |
| 735 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "common/restore_button_mask.png" /> | 696 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "common/restore_button_mask.png" /> |
| 736 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="common/safebrowsing_warning.png" /> | |
| 737 <if expr="is_macosx"> | 697 <if expr="is_macosx"> |
| 698 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" fi le="legacy/safebrowsing_warning.png" /> | |
|
sky
2016/09/16 21:16:50
I'm assuming this is intentional.
Evan Stade
2016/09/16 21:19:15
yea, still used on mac. The legacy/ directory is f
| |
| 738 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_ACTIVE" fi le="legacy/save_password_active.png" /> | 699 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_ACTIVE" fi le="legacy/save_password_active.png" /> |
| 739 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_INACTIVE" file="legacy/save_password_inactive.png" /> | 700 <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD_INACTIVE" file="legacy/save_password_inactive.png" /> |
| 740 </if> | 701 </if> |
| 741 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" /> | 702 <structure type="chrome_scaled_image" name="IDR_SCREEN_CAPTURE_NOTIFICATIO N_GRIP" file="screen_capture_notification_grip.png" /> |
| 742 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> | 703 <structure type="chrome_scaled_image" name="IDR_SCREENSHOT_NOTIFICATION_IC ON" file="common/notification_screenshot_icon.png" /> |
| 743 <if expr="chromeos"> | 704 <if expr="chromeos"> |
| 744 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" /> | 705 <structure type="chrome_scaled_image" name="IDR_SECONDARY_USER_SETTINGS" file="cros/secondary_user_settings.png" /> |
| 745 </if> | 706 </if> |
| 746 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> | 707 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> |
| 747 <structure type="chrome_scaled_image" name="IDR_STAR" file="common/star.pn g" /> | 708 <structure type="chrome_scaled_image" name="IDR_STAR" file="common/star.pn g" /> |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 920 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> | 881 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> |
| 921 </if> | 882 </if> |
| 922 <if expr="is_macosx"> | 883 <if expr="is_macosx"> |
| 923 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> | 884 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy /zoom_minus.png" /> |
| 924 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> | 885 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/ zoom_plus.png" /> |
| 925 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> | 886 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac y/zoom_reset.png" /> |
| 926 </if> | 887 </if> |
| 927 </structures> | 888 </structures> |
| 928 </release> | 889 </release> |
| 929 </grit> | 890 </grit> |
| OLD | NEW |