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

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

Issue 116943002: [Toolbar] Use TEXTBUTTON borders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove resources Created 6 years, 11 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
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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" /> 879 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM " file="common/chip_malware_bottom.png" />
880 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" /> 880 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_BOTTOM _RIGHT" file="common/chip_malware_bottom_right.png" />
881 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" /> 881 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_CENTER " file="common/chip_malware_center.png" />
882 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" /> 882 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_RIGHT" file="common/chip_malware_right.png" />
883 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" /> 883 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_LEFT" file="common/chip_malware_left.png" />
884 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" /> 884 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_LE FT" file="common/chip_malware_top_left.png" />
885 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" /> 885 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP_RI GHT" file="common/chip_malware_top_right.png" />
886 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" /> 886 <structure type="chrome_scaled_image" name="IDR_SITE_CHIP_MALWARE_TOP" f ile="common/chip_malware_top.png" />
887 </if> 887 </if>
888 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 888 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
889 <if expr="pp_ifdef('toolkit_views')">
890 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_TOP _LEFT" file="common/toolbar_button_hover_top_left.png" />
891 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_TOP " file="common/toolbar_button_hover_top.png" />
892 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_TOP _RIGHT" file="common/toolbar_button_hover_top_right.png" />
893 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_LEF T" file="common/toolbar_button_hover_left.png" />
894 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_CEN TER" file="common/toolbar_button_hover_center.png" />
895 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_RIG HT" file="common/toolbar_button_hover_right.png" />
896 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_BOT TOM_LEFT" file="common/toolbar_button_hover_bottom_left.png" />
897 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_BOT TOM" file="common/toolbar_button_hover_bottom.png" />
898 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_HOVER_BOT TOM_RIGHT" file="common/toolbar_button_hover_bottom_right.png" />
899 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_T OP_LEFT" file="common/toolbar_button_pressed_top_left.png" />
900 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_T OP" file="common/toolbar_button_pressed_top.png" />
901 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_T OP_RIGHT" file="common/toolbar_button_pressed_top_right.png" />
902 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_L EFT" file="common/toolbar_button_pressed_left.png" />
903 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_C ENTER" file="common/toolbar_button_pressed_center.png" />
904 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_R IGHT" file="common/toolbar_button_pressed_right.png" />
905 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_B OTTOM_LEFT" file="common/toolbar_button_pressed_bottom_left.png" />
906 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_B OTTOM" file="common/toolbar_button_pressed_bottom.png" />
907 <structure type="chrome_scaled_image" name="IDR_TOOLBAR_BUTTON_PRESSED_B OTTOM_RIGHT" file="common/toolbar_button_pressed_bottom_right.png" />
908 </if>
909 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 889 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
910 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 890 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
911 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 891 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
912 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" /> 892 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_NOISE" fi le="common/speech_input_mic_noise.png" />
913 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" /> 893 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_SPINNER" file ="common/speech_input_spinner.png" />
914 <if expr="pp_ifdef('chromeos')"> 894 <if expr="pp_ifdef('chromeos')">
915 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p ng" /> 895 <structure type="chrome_scaled_image" name="IDR_SPINNER" file="spinner.p ng" />
916 </if> 896 </if>
917 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" /> 897 <structure type="chrome_scaled_image" name="IDR_SHARE" file="share.png" />
918 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" /> 898 <structure type="chrome_scaled_image" name="IDR_STAR" file="star.png" />
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1132 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1153 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1154 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1155 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1156 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1157 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1158 1138
1159 </structures> 1139 </structures>
1160 </release> 1140 </release>
1161 </grit> 1141 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698