| 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" output_all_resource_defines=
"false"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/ui_unscaled_resources.h" type="rc_header"> | 4 <output filename="grit/ui_unscaled_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_unscaled_resources.rc" type="rc_all"/> | 7 <output filename="ui_unscaled_resources.rc" type="rc_all"/> |
| 8 </outputs> | 8 </outputs> |
| 9 <release seq="1"> | 9 <release seq="1"> |
| 10 <includes> | 10 <includes> |
| 11 <if expr="is_win"> | 11 <if expr="is_win"> |
| 12 <include name="IDC_ALIAS" file="cursors/aliasb.cur" type="CURSOR" /> | 12 <include name="IDC_ALIAS" file="cursors/aliasb.cur" type="CURSOR" /> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 26 <include name="IDC_PAN_SOUTH_WEST" file="cursors/pan_south_west.cur" typ
e="CURSOR" /> | 26 <include name="IDC_PAN_SOUTH_WEST" file="cursors/pan_south_west.cur" typ
e="CURSOR" /> |
| 27 <include name="IDC_PAN_WEST" file="cursors/pan_west.cur" type="CURSOR" /
> | 27 <include name="IDC_PAN_WEST" file="cursors/pan_west.cur" type="CURSOR" /
> |
| 28 <include name="IDC_ROWRESIZE" file="cursors/row_resize.cur" type="CURSOR
" /> | 28 <include name="IDC_ROWRESIZE" file="cursors/row_resize.cur" type="CURSOR
" /> |
| 29 <include name="IDC_VERTICALTEXT" file="cursors/vertical_text.cur" type="
CURSOR" /> | 29 <include name="IDC_VERTICALTEXT" file="cursors/vertical_text.cur" type="
CURSOR" /> |
| 30 <include name="IDC_ZOOMIN" file="cursors/zoom_in.cur" type="CURSOR" /> | 30 <include name="IDC_ZOOMIN" file="cursors/zoom_in.cur" type="CURSOR" /> |
| 31 <include name="IDC_ZOOMOUT" file="cursors/zoom_out.cur" type="CURSOR" /> | 31 <include name="IDC_ZOOMOUT" file="cursors/zoom_out.cur" type="CURSOR" /> |
| 32 </if> | 32 </if> |
| 33 </includes> | 33 </includes> |
| 34 </release> | 34 </release> |
| 35 </grit> | 35 </grit> |
| OLD | NEW |