Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 455013002: Make IDR_PROFILE_PICTURE_LOADING available on platforms where enable_app_list is turned on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/default_200_percent/profile_loading.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_BOTTOM_LEFT" file="mac/avatar_button/sign_in_button_themed_bottom_left.p ng" /> 833 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_BOTTOM_LEFT" file="mac/avatar_button/sign_in_button_themed_bottom_left.p ng" />
834 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_BOTTOM_RIGHT" file="mac/avatar_button/sign_in_button_themed_bottom_right .png" /> 834 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_BOTTOM_RIGHT" file="mac/avatar_button/sign_in_button_themed_bottom_right .png" />
835 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_CENTER" file="mac/avatar_button/sign_in_button_themed_center.png" /> 835 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_CENTER" file="mac/avatar_button/sign_in_button_themed_center.png" />
836 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_LEFT" file="mac/avatar_button/sign_in_button_themed_left.png" /> 836 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_LEFT" file="mac/avatar_button/sign_in_button_themed_left.png" />
837 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_RIGHT" file="mac/avatar_button/sign_in_button_themed_right.png" /> 837 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_RIGHT" file="mac/avatar_button/sign_in_button_themed_right.png" />
838 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP" file="mac/avatar_button/sign_in_button_themed_top.png" /> 838 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP" file="mac/avatar_button/sign_in_button_themed_top.png" />
839 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP_LEFT" file="mac/avatar_button/sign_in_button_themed_top_left.png" /> 839 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP_LEFT" file="mac/avatar_button/sign_in_button_themed_top_left.png" />
840 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP_RIGHT" file="mac/avatar_button/sign_in_button_themed_top_right.png" /> 840 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP_RIGHT" file="mac/avatar_button/sign_in_button_themed_top_right.png" />
841 </if> 841 </if>
842 842
843 <if expr="enable_app_list">
844 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
845 </if>
843 <if expr="chromeos"> 846 <if expr="chromeos">
844 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="cros/profile_loading.png" />
845 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" /> 847 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" />
846 </if> 848 </if>
847 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" /> 849 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" />
848 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" /> 850 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" />
849 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" /> 851 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" />
850 <if expr="toolkit_views or is_macosx or is_ios"> 852 <if expr="toolkit_views or is_macosx or is_ios">
851 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" /> 853 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" />
852 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" /> 854 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" />
853 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> 855 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" />
854 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> 856 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" />
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1220 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1219 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1221 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1220 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1222 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1221 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1223 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1222 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1224 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1223 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1225 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1224 1226
1225 </structures> 1227 </structures>
1226 </release> 1228 </release>
1227 </grit> 1229 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_200_percent/profile_loading.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698