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

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

Issue 10662041: mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 8 years, 6 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 <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"> 4 <output filename="grit/ui_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="ui_resources.pak" type="data_package" /> 7 <output filename="ui_resources.pak" type="data_package" />
8 <output filename="ui_resources.rc" type="rc_all" /> 8 <output filename="ui_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 11 matching lines...) Expand all
22 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> 22 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
23 <include name="IDR_CLOSE" file="default_100_percent/linux_close.png" typ e="BINDATA" /> 23 <include name="IDR_CLOSE" file="default_100_percent/linux_close.png" typ e="BINDATA" />
24 <include name="IDR_CLOSE_H" file="default_100_percent/linux_close_hover. png" type="BINDATA" /> 24 <include name="IDR_CLOSE_H" file="default_100_percent/linux_close_hover. png" type="BINDATA" />
25 <include name="IDR_CLOSE_P" file="default_100_percent/linux_close_presse d.png" type="BINDATA" /> 25 <include name="IDR_CLOSE_P" file="default_100_percent/linux_close_presse d.png" type="BINDATA" />
26 </if> 26 </if>
27 <include name="IDR_CONTENT_BOTTOM_CENTER" file="default_100_percent/conten t_bottom_center.png" type="BINDATA" /> 27 <include name="IDR_CONTENT_BOTTOM_CENTER" file="default_100_percent/conten t_bottom_center.png" type="BINDATA" />
28 <include name="IDR_CONTENT_BOTTOM_LEFT_CORNER" file="default_100_percent/c ontent_bottom_left_corner.png" type="BINDATA" /> 28 <include name="IDR_CONTENT_BOTTOM_LEFT_CORNER" file="default_100_percent/c ontent_bottom_left_corner.png" type="BINDATA" />
29 <include name="IDR_CONTENT_BOTTOM_RIGHT_CORNER" file="default_100_percent/ content_bottom_right_corner.png" type="BINDATA" /> 29 <include name="IDR_CONTENT_BOTTOM_RIGHT_CORNER" file="default_100_percent/ content_bottom_right_corner.png" type="BINDATA" />
30 <include name="IDR_CONTENT_LEFT_SIDE" file="default_100_percent/content_le ft_side.png" type="BINDATA" /> 30 <include name="IDR_CONTENT_LEFT_SIDE" file="default_100_percent/content_le ft_side.png" type="BINDATA" />
31 <include name="IDR_CONTENT_RIGHT_SIDE" file="default_100_percent/content_r ight_side.png" type="BINDATA" /> 31 <include name="IDR_CONTENT_RIGHT_SIDE" file="default_100_percent/content_r ight_side.png" type="BINDATA" />
32 <include name="IDR_DEFAULT_FAVICON" file="default_100_percent/default_favi con.png" type="BINDATA" />
33 <include name="IDR_DEFAULT_LARGE_FAVICON" file="default_100_percent/defaul t_large_favicon.png" type="BINDATA" /> 32 <include name="IDR_DEFAULT_LARGE_FAVICON" file="default_100_percent/defaul t_large_favicon.png" type="BINDATA" />
34 <include name="IDR_FOLDER_CLOSED" file="default_100_percent/folder_closed. png" type="BINDATA" /> 33 <include name="IDR_FOLDER_CLOSED" file="default_100_percent/folder_closed. png" type="BINDATA" />
35 <include name="IDR_FOLDER_CLOSED_RTL" file="default_100_percent/folder_clo sed_rtl.png" type="BINDATA" /> 34 <include name="IDR_FOLDER_CLOSED_RTL" file="default_100_percent/folder_clo sed_rtl.png" type="BINDATA" />
36 <include name="IDR_FOLDER_OPEN" file="default_100_percent/folder_open.png" type="BINDATA" /> 35 <include name="IDR_FOLDER_OPEN" file="default_100_percent/folder_open.png" type="BINDATA" />
37 <include name="IDR_FOLDER_OPEN_RTL" file="default_100_percent/folder_open_ rtl.png" type="BINDATA" /> 36 <include name="IDR_FOLDER_OPEN_RTL" file="default_100_percent/folder_open_ rtl.png" type="BINDATA" />
38 <include name="IDR_FRAME" file="default_100_percent/frame_default.png" typ e="BINDATA" /> 37 <include name="IDR_FRAME" file="default_100_percent/frame_default.png" typ e="BINDATA" />
39 <include name="IDR_FRAME_APP_PANEL" file="default_100_percent/frame_app_pa nel_default.png" type="BINDATA" /> 38 <include name="IDR_FRAME_APP_PANEL" file="default_100_percent/frame_app_pa nel_default.png" type="BINDATA" />
40 <include name="IDR_FRAME_INACTIVE" file="default_100_percent/frame_default _inactive.png" type="BINDATA" /> 39 <include name="IDR_FRAME_INACTIVE" file="default_100_percent/frame_default _inactive.png" type="BINDATA" />
41 <if expr="pp_ifdef('toolkit_views')"> 40 <if expr="pp_ifdef('toolkit_views')">
42 <include name="IDR_MAXIMIZE" file="default_100_percent/maximize.png" typ e="BINDATA" /> 41 <include name="IDR_MAXIMIZE" file="default_100_percent/maximize.png" typ e="BINDATA" />
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 <include name="IDR_AURA_WINDOW_HEADER_SHADE_TOP_LEFT" file="default_100_ percent/aura/window_header_shade_top_left.png" type="BINDATA" /> 281 <include name="IDR_AURA_WINDOW_HEADER_SHADE_TOP_LEFT" file="default_100_ percent/aura/window_header_shade_top_left.png" type="BINDATA" />
283 <include name="IDR_AURA_WINDOW_HEADER_SHADE_TOP_RIGHT" file="default_100 _percent/aura/window_header_shade_top_right.png" type="BINDATA" /> 282 <include name="IDR_AURA_WINDOW_HEADER_SHADE_TOP_RIGHT" file="default_100 _percent/aura/window_header_shade_top_right.png" type="BINDATA" />
284 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="default_100_percent/aura /slab_zoom.png" type="BINDATA" /> 283 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="default_100_percent/aura /slab_zoom.png" type="BINDATA" />
285 284
286 <include name="IDR_AURA_SWITCH_MONITOR" file="default_100_percent/ash/sw itch_monitor.png" type="BINDATA" /> 285 <include name="IDR_AURA_SWITCH_MONITOR" file="default_100_percent/ash/sw itch_monitor.png" type="BINDATA" />
287 <include name="IDR_OAK" file="default_100_percent/oak.png" type="BINDATA "/> 286 <include name="IDR_OAK" file="default_100_percent/oak.png" type="BINDATA "/>
288 </if> 287 </if>
289 </includes> 288 </includes>
290 </release> 289 </release>
291 </grit> 290 </grit>
OLDNEW
« no previous file with comments | « ui/resources/default_200_percent/default_favicon.png ('k') | ui/resources/ui_resources_standard.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698