OLD | NEW |
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 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp | 9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp |
10 is updated. --> | 10 is updated. --> |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_H" file="close_
sa_hover.png" /> | 298 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_H" file="close_
sa_hover.png" /> |
299 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_P" file="close_
sa_pressed.png" /> | 299 <structure type="chrome_scaled_image" name="IDR_CLOSE_SA_P" file="close_
sa_pressed.png" /> |
300 </if> | 300 </if> |
301 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_CENTER" fil
e="content_bottom_center.png" /> | 301 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_CENTER" fil
e="content_bottom_center.png" /> |
302 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_LEFT_CORNER
" file="content_bottom_left_corner.png" /> | 302 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_LEFT_CORNER
" file="content_bottom_left_corner.png" /> |
303 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_RIGHT_CORNE
R" file="content_bottom_right_corner.png" /> | 303 <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_RIGHT_CORNE
R" file="content_bottom_right_corner.png" /> |
304 <structure type="chrome_scaled_image" name="IDR_CONTENT_LEFT_SIDE" file="c
ontent_left_side.png" /> | 304 <structure type="chrome_scaled_image" name="IDR_CONTENT_LEFT_SIDE" file="c
ontent_left_side.png" /> |
305 <structure type="chrome_scaled_image" name="IDR_CONTENT_RIGHT_SIDE" file="
content_right_side.png" /> | 305 <structure type="chrome_scaled_image" name="IDR_CONTENT_RIGHT_SIDE" file="
content_right_side.png" /> |
306 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="def
ault_favicon.png" /> | 306 <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="def
ault_favicon.png" /> |
307 <structure type="chrome_scaled_image" name="IDR_DEFAULT_LARGE_FAVICON" fil
e="default_large_favicon.png" /> | 307 <structure type="chrome_scaled_image" name="IDR_DEFAULT_LARGE_FAVICON" fil
e="default_large_favicon.png" /> |
308 <if expr="pp_ifdef('toolkit_views')"> | |
309 <structure type="chrome_scaled_image" name="IDR_DISCLOSURE_ARROW" file="
discloure_arrow.png" /> | |
310 </if> | |
311 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED" file="commo
n/folder_closed.png" /> | 308 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED" file="commo
n/folder_closed.png" /> |
312 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED_RTL" file="c
ommon/folder_closed_rtl.png" /> | 309 <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED_RTL" file="c
ommon/folder_closed_rtl.png" /> |
313 <structure type="chrome_scaled_image" name="IDR_FOLDER_OPEN" file="common/
folder_open.png" /> | 310 <structure type="chrome_scaled_image" name="IDR_FOLDER_OPEN" file="common/
folder_open.png" /> |
314 <structure type="chrome_scaled_image" name="IDR_FOLDER_OPEN_RTL" file="com
mon/folder_open_rtl.png" /> | 311 <structure type="chrome_scaled_image" name="IDR_FOLDER_OPEN_RTL" file="com
mon/folder_open_rtl.png" /> |
315 <structure type="chrome_scaled_image" name="IDR_FRAME" file="frame_default
.png" /> | 312 <structure type="chrome_scaled_image" name="IDR_FRAME" file="frame_default
.png" /> |
316 <structure type="chrome_scaled_image" name="IDR_FRAME_APP_PANEL" file="fra
me_app_panel_default.png" /> | 313 <structure type="chrome_scaled_image" name="IDR_FRAME_APP_PANEL" file="fra
me_app_panel_default.png" /> |
317 <structure type="chrome_scaled_image" name="IDR_FRAME_INACTIVE" file="fram
e_default_inactive.png" /> | 314 <structure type="chrome_scaled_image" name="IDR_FRAME_INACTIVE" file="fram
e_default_inactive.png" /> |
318 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 315 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
319 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE" file="linux_ma
ximize.png" /> | 316 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE" file="linux_ma
ximize.png" /> |
320 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_H" file="linux_
maximize_hover.png" /> | 317 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_H" file="linux_
maximize_hover.png" /> |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_LEFT_CORNER"
file="window_bottom_left_corner.png" /> | 456 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_LEFT_CORNER"
file="window_bottom_left_corner.png" /> |
460 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_RIGHT_CORNER
" file="window_bottom_right_corner.png" /> | 457 <structure type="chrome_scaled_image" name="IDR_WINDOW_BOTTOM_RIGHT_CORNER
" file="window_bottom_right_corner.png" /> |
461 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="wi
ndow_left_side.png" /> | 458 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="wi
ndow_left_side.png" /> |
462 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="w
indow_right_side.png" /> | 459 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="w
indow_right_side.png" /> |
463 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="w
indow_top_center.png" /> | 460 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="w
indow_top_center.png" /> |
464 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi
le="window_top_left_corner.png" /> | 461 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi
le="window_top_left_corner.png" /> |
465 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f
ile="window_top_right_corner.png" /> | 462 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f
ile="window_top_right_corner.png" /> |
466 </structures> | 463 </structures> |
467 </release> | 464 </release> |
468 </grit> | 465 </grit> |
OLD | NEW |