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"> | 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> | 118 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> |
119 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> | 119 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> |
120 </if> | 120 </if> |
121 | 121 |
122 <!-- Images only used by Aura. --> | 122 <!-- Images only used by Aura. --> |
123 <if expr="pp_ifdef('use_aura')"> | 123 <if expr="pp_ifdef('use_aura')"> |
124 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-48.png
" type="BINDATA" /> | 124 <include name="IDR_AURA_LAUNCHER_ICON_CHROME" file="aura/chromium-48.png
" type="BINDATA" /> |
125 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t
ype="BINDATA" /> | 125 <include name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="aura/applist.png" t
ype="BINDATA" /> |
126 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN
DATA" /> | 126 <include name="IDR_AURA_STATUS_MOCK" file="aura/statusbar.png" type="BIN
DATA" /> |
127 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA"
/> | 127 <include name="IDR_AURA_WALLPAPER" file="aura/damask.png" type="BINDATA"
/> |
| 128 <include name="IDR_AURA_WINDOW_CLOSE_ICON" file="aura/slab_close.png" ty
pe="BINDATA" /> |
| 129 <include name="IDR_AURA_WINDOW_ZOOM_ICON" file="aura/slab_zoom.png" type
="BINDATA" /> |
128 </if> | 130 </if> |
129 </includes> | 131 </includes> |
130 </release> | 132 </release> |
131 </grit> | 133 </grit> |
OLD | NEW |