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

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

Issue 9662022: Basic skeleton of a window/layer/view inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« ui/oak/oak_window.cc ('K') | « ui/resources/oak.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 <include name="IDR_AURA_WINDOW_MAXIMIZED_CLOSE_H" file="aura/window_maxi mized_close_hot.png" type="BINDATA" /> 228 <include name="IDR_AURA_WINDOW_MAXIMIZED_CLOSE_H" file="aura/window_maxi mized_close_hot.png" type="BINDATA" />
229 <include name="IDR_AURA_WINDOW_MAXIMIZED_CLOSE_P" file="aura/window_maxi mized_close_pressed.png" type="BINDATA" /> 229 <include name="IDR_AURA_WINDOW_MAXIMIZED_CLOSE_P" file="aura/window_maxi mized_close_pressed.png" type="BINDATA" />
230 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE" file="aura/window_maxi mized_restore_normal.png" type="BINDATA" /> 230 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE" file="aura/window_maxi mized_restore_normal.png" type="BINDATA" />
231 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE_H" file="aura/window_ma ximized_restore_hot.png" type="BINDATA" /> 231 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE_H" file="aura/window_ma ximized_restore_hot.png" type="BINDATA" />
232 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE_P" file="aura/window_ma ximized_restore_pressed.png" type="BINDATA" /> 232 <include name="IDR_AURA_WINDOW_MAXIMIZED_RESTORE_P" file="aura/window_ma ximized_restore_pressed.png" type="BINDATA" />
233 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" /> 233 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type ="BINDATA" />
234 <include name="IDR_AURA_UBER_TRAY_VOLUME_LEVELS" file="aura/status_volum e_all.png" type="BINDATA" /> 234 <include name="IDR_AURA_UBER_TRAY_VOLUME_LEVELS" file="aura/status_volum e_all.png" type="BINDATA" />
235 <include name="IDR_AURA_UBER_TRAY_BRIGHTNESS" file="aura/status_brightne ss.png" type="BINDATA" /> 235 <include name="IDR_AURA_UBER_TRAY_BRIGHTNESS" file="aura/status_brightne ss.png" type="BINDATA" />
236 <include name="IDR_AURA_UBER_TRAY_SETTINGS" file="aura/status_settings.p ng" type="BINDATA" /> 236 <include name="IDR_AURA_UBER_TRAY_SETTINGS" file="aura/status_settings.p ng" type="BINDATA" />
237 <include name="IDR_AURA_UBER_TRAY_POWER_SMALL" file="aura/status_power_s mall_all.png" type="BINDATA" /> 237 <include name="IDR_AURA_UBER_TRAY_POWER_SMALL" file="aura/status_power_s mall_all.png" type="BINDATA" />
238
239 <include name="IDR_OAK" file="oak.png" type="BINDATA"/>
238 </if> 240 </if>
239 </includes> 241 </includes>
240 </release> 242 </release>
241 </grit> 243 </grit>
OLDNEW
« ui/oak/oak_window.cc ('K') | « ui/resources/oak.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698