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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 <if expr="enable_app_list and is_win and _google_chrome"> | 45 <if expr="enable_app_list and is_win and _google_chrome"> |
46 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c
hrome/app_list_48.png" /> | 46 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c
hrome/app_list_48.png" /> |
47 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog
le_chrome/app_list_sxs_48.png" /> | 47 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog
le_chrome/app_list_sxs_48.png" /> |
48 </if> | 48 </if> |
49 <if expr="enable_app_list and _google_chrome"> | 49 <if expr="enable_app_list and _google_chrome"> |
50 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI
CE_SEARCH" file="google_chrome/google_logo_voice_search.png" /> | 50 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI
CE_SEARCH" file="google_chrome/google_logo_voice_search.png" /> |
51 </if> | 51 </if> |
52 <if expr="enable_app_list"> | 52 <if expr="enable_app_list"> |
53 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi
le="common/app_list_v1_overlay.png" /> | 53 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi
le="common/app_list_v1_overlay.png" /> |
54 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF
" file="common/app_list_mic_hotword_off.png" /> | 54 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF
" file="common/app_list_mic_hotword_off.png" /> |
| 55 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_ON"
file="common/app_list_mic_hotword_on.png" /> |
55 </if> | 56 </if> |
56 <if expr="toolkit_views and not is_macosx"> | 57 <if expr="toolkit_views and not is_macosx"> |
57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file="
common/app_window_close.png" /> | 58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file="
common/app_window_close.png" /> |
58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file
="common/app_window_close_hover.png" /> | 59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file
="common/app_window_close_hover.png" /> |
59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file
="common/app_window_close_active.png" /> | 60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file
="common/app_window_close_active.png" /> |
60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file
="common/app_window_close_unfocused.png" /> | 61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file
="common/app_window_close_unfocused.png" /> |
61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file
="common/app_window_restore.png" /> | 62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file
="common/app_window_restore.png" /> |
62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi
le="common/app_window_restore_hover.png" /> | 63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi
le="common/app_window_restore_hover.png" /> |
63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_L" fi
le="common/app_window_restore_light.png" /> | 64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_L" fi
le="common/app_window_restore_light.png" /> |
64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi
le="common/app_window_restore_active.png" /> | 65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi
le="common/app_window_restore_active.png" /> |
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 <!-- People search images --> | 1217 <!-- People search images --> |
1217 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> | 1218 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
" file="common/mail.png" /> |
1218 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> | 1219 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_HOVER" file="common/mail_hover.png" /> |
1219 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> | 1220 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL
_PRESSED" file="common/mail_pressed.png" /> |
1220 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> | 1221 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT"
file="common/chat.png" /> |
1221 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> | 1222 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
HOVER" file="common/chat_hover.png" /> |
1222 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> | 1223 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_
PRESSED" file="common/chat_pressed.png" /> |
1223 </structures> | 1224 </structures> |
1224 </release> | 1225 </release> |
1225 </grit> | 1226 </grit> |
OLD | NEW |