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

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

Issue 1268553002: Reflect the current state in Media Router Action icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per pkasting@'s comments. Created 5 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
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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 <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" /> 769 <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" />
770 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_CENTER" file="mac/avatar_button/sign_in_button_themed_center.png" /> 770 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_CENTER" file="mac/avatar_button/sign_in_button_themed_center.png" />
771 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_LEFT" file="mac/avatar_button/sign_in_button_themed_left.png" /> 771 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_LEFT" file="mac/avatar_button/sign_in_button_themed_left.png" />
772 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_RIGHT" file="mac/avatar_button/sign_in_button_themed_right.png" /> 772 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_RIGHT" file="mac/avatar_button/sign_in_button_themed_right.png" />
773 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP" file="mac/avatar_button/sign_in_button_themed_top.png" /> 773 <structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON _NORMAL_TOP" file="mac/avatar_button/sign_in_button_themed_top.png" />
774 <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" /> 774 <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" />
775 <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" /> 775 <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" />
776 </if> 776 </if>
777 <!-- Media Router --> 777 <!-- Media Router -->
778 <if expr="enable_media_router"> 778 <if expr="enable_media_router">
779 <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_ACTIVE_ICON " file="common/media_router_active.png" />
780 <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_ERROR_ICON" file="common/media_router_error.png" />
779 <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_IDLE_ICON" file="common/media_router_idle.png" /> 781 <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_IDLE_ICON" file="common/media_router_idle.png" />
782 <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_WARNING_ICO N" file="common/media_router_warning.png" />
780 </if> 783 </if>
781 <if expr="enable_app_list"> 784 <if expr="enable_app_list">
782 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" /> 785 <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
783 </if> 786 </if>
784 <if expr="chromeos"> 787 <if expr="chromeos">
785 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" /> 788 <structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="res et_warning.png" />
786 </if> 789 </if>
787 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" /> 790 <structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="commo n/question_mark.png" />
788 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" /> 791 <structure type="chrome_scaled_image" name="IDR_PROFILE_SELECTED" file="co mmon/profile_selected.png" />
789 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" /> 792 <structure type="chrome_scaled_image" name="IDR_REGISTER_PROTOCOL_HANDLER" file="register_protocol_handler.png" />
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 <!-- People search images --> 1025 <!-- People search images -->
1023 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1024 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1025 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1026 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1029 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1027 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1030 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1028 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1031 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1029 </structures> 1032 </structures>
1030 </release> 1033 </release>
1031 </grit> 1034 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698