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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 </if> | 301 </if> |
302 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="common/he
lp_16.png" /> | 302 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="common/he
lp_16.png" /> |
303 <if expr="toolkit_views or is_macosx or is_ios"> | 303 <if expr="toolkit_views or is_macosx or is_ios"> |
304 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows
er_home_normal.png" /> | 304 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows
er_home_normal.png" /> |
305 </if> | 305 </if> |
306 <if expr="toolkit_views or is_macosx or is_ios"> | 306 <if expr="toolkit_views or is_macosx or is_ios"> |
307 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro
wser_home_hover.png" /> | 307 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro
wser_home_hover.png" /> |
308 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro
wser_home_pressed.png" /> | 308 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro
wser_home_pressed.png" /> |
309 </if> | 309 </if> |
310 <structure type="chrome_scaled_image" name="IDR_HOTWORD_NOTIFICATION_ICON"
file="common/notification_hotword_icon.png" /> | 310 <structure type="chrome_scaled_image" name="IDR_HOTWORD_NOTIFICATION_ICON"
file="common/notification_hotword_icon.png" /> |
| 311 <if expr="not is_android and not is_ios"> |
| 312 <!-- TODO(estade): replace with vector image when one's available. --> |
| 313 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_INCOG
NITO" file="common/incognito.png" /> |
| 314 </if> |
311 <if expr="is_macosx"> | 315 <if expr="is_macosx"> |
312 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ACCOUNT_BU
TTON_ERROR" file="legacy/avatar_menu_auth_error.png" /> | 316 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_ACCOUNT_BU
TTON_ERROR" file="legacy/avatar_menu_auth_error.png" /> |
313 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT
TON_ERROR" file="legacy/avatar_button_auth_error.png" /> | 317 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUT
TON_ERROR" file="legacy/avatar_button_auth_error.png" /> |
314 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMER
A" file="legacy/edit_camera.png" /> | 318 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMER
A" file="legacy/edit_camera.png" /> |
315 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_HOVER
" file="legacy/edit_button_hover.png" /> | 319 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_HOVER
" file="legacy/edit_button_hover.png" /> |
316 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS
ED" file="legacy/edit_button_pressed.png" /> | 320 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESS
ED" file="legacy/edit_button_pressed.png" /> |
317 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LEGACY_SUP
ERVISED" file="legacy/icon_legacy_supervised.png" /> | 321 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LEGACY_SUP
ERVISED" file="legacy/icon_legacy_supervised.png" /> |
318 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA
R" file="legacy/avatar_menu_profile.png" /> | 322 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_AVATA
R" file="legacy/avatar_menu_profile.png" /> |
319 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CHILD
" file="legacy/avatar_menu_child.png" /> | 323 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CHILD
" file="legacy/avatar_menu_child.png" /> |
320 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO
NNECT" file="legacy/avatar_menu_disconnect.png" /> | 324 <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_DISCO
NNECT" file="legacy/avatar_menu_disconnect.png" /> |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
936 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> | 940 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file="
google_chrome/webstore_icon_32.png" /> |
937 </if> | 941 </if> |
938 <if expr="is_macosx"> | 942 <if expr="is_macosx"> |
939 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> | 943 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="legacy
/zoom_minus.png" /> |
940 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> | 944 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="legacy/
zoom_plus.png" /> |
941 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> | 945 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="legac
y/zoom_reset.png" /> |
942 </if> | 946 </if> |
943 </structures> | 947 </structures> |
944 </release> | 948 </release> |
945 </grit> | 949 </grit> |
OLD | NEW |