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 24 matching lines...) Expand all Loading... |
35 <structure type="chrome_scaled_image" name="IDR_ACTION_BOX_BUTTON_PUSHED"
file="action_box_button_pushed.png" /> | 35 <structure type="chrome_scaled_image" name="IDR_ACTION_BOX_BUTTON_PUSHED"
file="action_box_button_pushed.png" /> |
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file="
allowed_fullscreen.png" /> | 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file="
allowed_fullscreen.png" /> |
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="allo
wed_images.png" /> | 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="allo
wed_images.png" /> |
38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file
="allowed_mouse_cursor.png" /> | 38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file
="allowed_mouse_cursor.png" /> |
39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file
="allowed_notifications.png" /> | 39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file
="allowed_notifications.png" /> |
40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="allo
wed_popups.png" /> | 40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="allo
wed_popups.png" /> |
41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="all
owed_plugins.png" /> | 41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="all
owed_plugins.png" /> |
42 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file="
allowed_script.png" /> | 42 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file="
allowed_script.png" /> |
43 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap
p_default_icon.png" /> | 43 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap
p_default_icon.png" /> |
44 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d
roparrow.png" /> | 44 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d
roparrow.png" /> |
| 45 <if expr="pp_ifdef('enable_settings_app')"> |
| 46 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi
le="app_list_tab_overlay.png" /> |
| 47 </if> |
45 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB" file
="nub.png" /> | 48 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB" file
="nub.png" /> |
46 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB_MASK"
file="nub_mask.png" /> | 49 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB_MASK"
file="nub_mask.png" /> |
47 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_SMALL_BUB
BLE" file="small_bubble.png" /> | 50 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_SMALL_BUB
BLE" file="small_bubble.png" /> |
48 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media
.png" /> | 51 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media
.png" /> |
49 <if expr="pp_ifdef('toolkit_views')"> | 52 <if expr="pp_ifdef('toolkit_views')"> |
50 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file="
win/app_window_close.png" /> | 53 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file="
win/app_window_close.png" /> |
51 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file
="win/app_window_close_hover.png" /> | 54 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file
="win/app_window_close_hover.png" /> |
52 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file
="win/app_window_close_active.png" /> | 55 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file
="win/app_window_close_active.png" /> |
53 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file
="win/app_window_restore.png" /> | 56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file
="win/app_window_restore.png" /> |
54 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi
le="win/app_window_restore_hover.png" /> | 57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi
le="win/app_window_restore_hover.png" /> |
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo
gle_chrome/webstore_icon.png" /> | 889 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo
gle_chrome/webstore_icon.png" /> |
887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> | 890 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file="
google_chrome/webstore_icon_16.png" /> |
888 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> | 891 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file="
google_chrome/webstore_icon_24.png" /> |
889 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 892 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
890 </if> | 893 </if> |
891 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> | 894 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min
us.png" /> |
892 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> | 895 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus
.png" /> |
893 </structures> | 896 </structures> |
894 </release> | 897 </release> |
895 </grit> | 898 </grit> |
OLD | NEW |