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

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

Issue 8418006: Changes around the launcher so that it only shows the most recently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « ui/resources/aura/browser_instance_3.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" /> 110 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" />
111 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" /> 111 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" />
112 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" /> 112 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" />
113 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> 113 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" />
114 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> 114 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" />
115 </if> 115 </if>
116 116
117 <!-- Images only used by Aura. --> 117 <!-- Images only used by Aura. -->
118 <if expr="pp_ifdef('use_aura')"> 118 <if expr="pp_ifdef('use_aura')">
119 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-32.png " type="BINDATA" /> 119 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-32.png " type="BINDATA" />
120 <include name="IDR_AURA_LAUNCHER_TABBED_BROWSER" file="aura/browser_inst ance.png" type="BINDATA" /> 120 <include name="IDR_AURA_LAUNCHER_TABBED_BROWSER_1" file="aura/browser_in stance_1.png" type="BINDATA" />
121 <include name="IDR_AURA_LAUNCHER_TABBED_BROWSER_2" file="aura/browser_in stance_2.png" type="BINDATA" />
122 <include name="IDR_AURA_LAUNCHER_TABBED_BROWSER_3" file="aura/browser_in stance_3.png" type="BINDATA" />
121 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t ype="BINDATA" /> 123 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t ype="BINDATA" />
122 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" /> 124 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN DATA" />
123 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" /> 125 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA" />
124 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" /> 126 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty pe="BINDATA" />
125 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" /> 127 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" />
126 </if> 128 </if>
127 </includes> 129 </includes>
128 </release> 130 </release>
129 </grit> 131 </grit>
OLDNEW
« no previous file with comments | « ui/resources/aura/browser_instance_3.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698