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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT
" file="common/apps_bookmark_bar_icon.png" /> | 118 <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT
" file="common/apps_bookmark_bar_icon.png" /> |
119 <if expr="pp_ifdef('chromeos')"> | 119 <if expr="pp_ifdef('chromeos')"> |
120 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE
_FILE" file="choose_file.png" /> | 120 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE
_FILE" file="choose_file.png" /> |
121 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD
_VIDEO" file="record_video.png" /> | 121 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD
_VIDEO" file="record_video.png" /> |
122 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P
HOTO" file="take_photo.png" /> | 122 <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_TAKE_P
HOTO" file="take_photo.png" /> |
123 </if> | 123 </if> |
124 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> | 124 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> |
125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br
owser_action.png" /> | 125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="br
owser_action.png" /> |
126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
browser_action_hover.png" /> | 126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
browser_action_hover.png" /> |
127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
browser_action_pressed.png" /> | 127 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
browser_action_pressed.png" /> |
| 128 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT
" file="browser_action_pressed.png" /> |
128 </if> | 129 </if> |
129 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> | 130 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> |
130 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co
mmon/browser_action_normal.png" /> | 131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION" file="co
mmon/browser_action_normal.png" /> |
131 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
common/browser_action_hover.png" /> | 132 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_H" file="
common/browser_action_hover.png" /> |
132 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> | 133 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_P" file="
common/browser_action_pressed.png" /> |
| 134 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_HIGHLIGHT
" file="common/browser_action_pressed.png" /> |
133 </if> | 135 </if> |
134 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW"
file="common/browser_actions_overflow_normal.png" /> | 136 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW"
file="common/browser_actions_overflow_normal.png" /> |
135 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H
" file="common/browser_actions_overflow_hover.png" /> | 137 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H
" file="common/browser_actions_overflow_hover.png" /> |
136 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P
" file="common/browser_actions_overflow_pressed.png" /> | 138 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P
" file="common/browser_actions_overflow_pressed.png" /> |
137 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
lose_button_mask.png" /> | 139 <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="c
lose_button_mask.png" /> |
138 <if expr="is_win"> | 140 <if expr="is_win"> |
139 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> | 141 <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="
common/favicon_conflicts.png" /> |
140 </if> | 142 </if> |
141 <!-- Ash doesn't draw rounded content area, so needs a special top | 143 <!-- Ash doesn't draw rounded content area, so needs a special top |
142 image. --> | 144 image. --> |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1159 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> | 1161 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> |
1160 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> | 1162 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> |
1161 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> | 1163 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> |
1162 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> | 1164 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> |
1163 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> | 1165 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> |
1164 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> | 1166 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> |
1165 | 1167 |
1166 </structures> | 1168 </structures> |
1167 </release> | 1169 </release> |
1168 </grit> | 1170 </grit> |
OLD | NEW |