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

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

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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
« no previous file with comments | « ui/resources/ui_resources.gyp ('k') | ui/strings/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/ui_unscaled_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="ui_unscaled_resources.rc" type="rc_all"/>
8 </outputs>
9 <release seq="1">
10 <includes>
11 <if expr="is_win">
12 <include name="IDC_ALIAS" file="cursors/aliasb.cur" type="CURSOR" />
13 <include name="IDC_CELL" file="cursors/cell.cur" type="CURSOR" />
14 <include name="IDC_COLRESIZE" file="cursors/col_resize.cur" type="CURSOR " />
15 <include name="IDC_COPYCUR" file="cursors/copy.cur" type="CURSOR" />
16 <include name="IDC_CURSOR_NONE" file="cursors/none.cur" type="CURSOR" />
17 <include name="IDC_HAND_GRAB" file="cursors/hand_grab.cur" type="CURSOR" />
18 <include name="IDC_HAND_GRABBING" file="cursors/hand_grabbing.cur" type= "CURSOR" />
19 <include name="IDC_PAN_EAST" file="cursors/pan_east.cur" type="CURSOR" / >
20 <include name="IDC_PAN_MIDDLE" file="cursors/pan_middle.cur" type="CURSO R" />
21 <include name="IDC_PAN_NORTH" file="cursors/pan_north.cur" type="CURSOR" />
22 <include name="IDC_PAN_NORTH_EAST" file="cursors/pan_north_east.cur" typ e="CURSOR" />
23 <include name="IDC_PAN_NORTH_WEST" file="cursors/pan_north_west.cur" typ e="CURSOR" />
24 <include name="IDC_PAN_SOUTH" file="cursors/pan_south.cur" type="CURSOR" />
25 <include name="IDC_PAN_SOUTH_EAST" file="cursors/pan_south_east.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" / >
28 <include name="IDC_ROWRESIZE" file="cursors/row_resize.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" />
31 <include name="IDC_ZOOMOUT" file="cursors/zoom_out.cur" type="CURSOR" />
32 </if>
33 </includes>
34 </release>
35 </grit>
OLDNEW
« no previous file with comments | « ui/resources/ui_resources.gyp ('k') | ui/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698