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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 59383003: Add the button style for combobox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: warnings Created 7 years 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" /> 9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" />
10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" /> 10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" />
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 </if> 203 </if>
204 <if expr="not pp_ifdef('desktop_linux') and pp_ifdef('toolkit_views')"> 204 <if expr="not pp_ifdef('desktop_linux') and pp_ifdef('toolkit_views')">
205 <structure type="chrome_scaled_image" name="IDR_CLOSE_H" file="close_hov er.png" /> 205 <structure type="chrome_scaled_image" name="IDR_CLOSE_H" file="close_hov er.png" />
206 <structure type="chrome_scaled_image" name="IDR_CLOSE_P" file="close_pre ssed.png" /> 206 <structure type="chrome_scaled_image" name="IDR_CLOSE_P" file="close_pre ssed.png" />
207 </if> 207 </if>
208 <if expr="pp_ifdef('toolkit_views')"> 208 <if expr="pp_ifdef('toolkit_views')">
209 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA" file="close_sa .png" /> 209 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA" file="close_sa .png" />
210 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_H" file="close_ sa_hover.png" /> 210 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_H" file="close_ sa_hover.png" />
211 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_P" file="close_ sa_pressed.png" /> 211 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_P" file="close_ sa_pressed.png" />
212 </if> 212 </if>
213 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_BOTTOM" fi le="common/combobox_button_bottom.png" />
214 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_BOTTOM" file="common/combobox_button_bottom_hover.png" />
215 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_BOTTOM" file="common/combobox_button_bottom_pressed.png" />
216 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_BOTTOM_LEF T" file="common/combobox_button_bottom_left.png" />
217 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_BOTTOM_L EFT" file="common/combobox_button_bottom_left_hover.png" />
218 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_BOTTOM_L EFT" file="common/combobox_button_bottom_left_pressed.png" />
219 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_BOTTOM_RIG HT" file="common/combobox_button_bottom_right.png" />
220 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_BOTTOM_R IGHT" file="common/combobox_button_bottom_right_hover.png" />
221 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_BOTTOM_R IGHT" file="common/combobox_button_bottom_right_pressed.png" />
222 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_CENTER" fi le="common/combobox_button_center.png" />
223 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_CENTER" file="common/combobox_button_center_hover.png" />
224 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_CENTER" file="common/combobox_button_center_pressed.png" />
225 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_LEFT" file ="common/combobox_button_center_left.png" />
226 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_LEFT" fi le="common/combobox_button_center_left_hover.png" />
227 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_LEFT" fi le="common/combobox_button_center_left_pressed.png" />
228 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_RIGHT" fil e="common/combobox_button_center_right.png" />
229 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_RIGHT" f ile="common/combobox_button_center_right_hover.png" />
230 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_RIGHT" f ile="common/combobox_button_center_right_pressed.png" />
231 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_MENU_BOTTO M" file="common/combobox_button_menu_bottom.png" />
232 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_MENU_BOT TOM" file="common/combobox_button_menu_bottom_hover.png" />
233 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_MENU_BOT TOM" file="common/combobox_button_menu_bottom_pressed.png" />
234 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_MENU_CENTE R" file="common/combobox_button_menu_center.png" />
235 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_MENU_CEN TER" file="common/combobox_button_menu_center_hover.png" />
236 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_MENU_CEN TER" file="common/combobox_button_menu_center_pressed.png" />
237 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_MENU_TOP" file="common/combobox_button_menu_top.png" />
238 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_MENU_TOP " file="common/combobox_button_menu_top_hover.png" />
239 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_MENU_TOP " file="common/combobox_button_menu_top_pressed.png" />
240 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_TOP" file= "common/combobox_button_top.png" />
241 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_TOP" fil e="common/combobox_button_top_hover.png" />
242 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_TOP" fil e="common/combobox_button_top_pressed.png" />
243 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_TOP_LEFT" file="common/combobox_button_top_left.png" />
244 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_TOP_LEFT " file="common/combobox_button_top_left_hover.png" />
245 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_TOP_LEFT " file="common/combobox_button_top_left_pressed.png" />
246 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_TOP_RIGHT" file="common/combobox_button_top_right.png" />
247 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_H_TOP_RIGH T" file="common/combobox_button_top_right_hover.png" />
248 <structure type="chrome_scaled_image" name="IDR_COMBOBOX_BUTTON_P_TOP_RIGH T" file="common/combobox_button_top_right_pressed.png" />
213 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_CENTER" fil e="content_bottom_center.png" /> 249 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_CENTER" fil e="content_bottom_center.png" />
214 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_LEFT_CORNER " file="content_bottom_left_corner.png" /> 250 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_LEFT_CORNER " file="content_bottom_left_corner.png" />
215 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_RIGHT_CORNE R" file="content_bottom_right_corner.png" /> 251 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_RIGHT_CORNE R" file="content_bottom_right_corner.png" />
216 <structure type="chrome_scaled_image" name="IDR_CONTENT_LEFT_SIDE" file="c ontent_left_side.png" /> 252 <structure type="chrome_scaled_image" name="IDR_CONTENT_LEFT_SIDE" file="c ontent_left_side.png" />
217 <structure type="chrome_scaled_image" name="IDR_CONTENT_RIGHT_SIDE" file=" content_right_side.png" /> 253 <structure type="chrome_scaled_image" name="IDR_CONTENT_RIGHT_SIDE" file=" content_right_side.png" />
218 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="com mon/default_favicon.png" /> 254 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="com mon/default_favicon.png" />
219 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_32" file=" common/default_favicon_32.png" /> 255 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_32" file=" common/default_favicon_32.png" />
220 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_64" file=" common/default_favicon_64.png" /> 256 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_64" file=" common/default_favicon_64.png" />
221 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED" file="commo n/folder_closed.png" /> 257 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED" file="commo n/folder_closed.png" />
222 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED_RTL" file="c ommon/folder_closed_rtl.png" /> 258 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED_RTL" file="c ommon/folder_closed_rtl.png" />
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" /> 451 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP" file="common/window_bubble_shadow_small_top.png" />
416 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 452 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
417 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 453 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMALL _TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
418 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 454 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
419 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 455 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
420 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 456 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
421 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 457 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE _SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
422 </structures> 458 </structures>
423 </release> 459 </release>
424 </grit> 460 </grit>
OLDNEW
« no previous file with comments | « ui/resources/default_200_percent/common/combobox_button_top_right_pressed.png ('k') | ui/views/controls/button/label_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698