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/gfx_resources.h" type="rc_header"> | 4 <output filename="grit/gfx_resources.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="grit/gfx_resources_map.cc" type="resource_map_source" /> | 7 <output filename="grit/gfx_resources_map.cc" type="resource_map_source" /> |
8 <output filename="grit/gfx_resources_map.h" type="resource_map_header" /> | 8 <output filename="grit/gfx_resources_map.h" type="resource_map_header" /> |
9 <output filename="gfx_resources.pak" type="data_package" /> | 9 <output filename="gfx_resources.pak" type="data_package" /> |
| 10 <!-- TODO(sail): remove this file once WebKit has been updated. --> |
| 11 <output filename="../../gfx/gfx_resources.pak" type="data_package" /> |
10 <output filename="gfx_resources.rc" type="rc_all" /> | 12 <output filename="gfx_resources.rc" type="rc_all" /> |
11 </outputs> | 13 </outputs> |
12 <release seq="1"> | 14 <release seq="1"> |
13 <includes> | 15 <includes> |
14 <if expr="os.find('win') != -1"> | 16 <if expr="os.find('win') != -1"> |
15 <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win --> | 17 <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win --> |
16 <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_imag
e.png" type="BINDATA" /> | 18 <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_imag
e.png" type="BINDATA" /> |
17 </if> | 19 </if> |
18 | 20 |
19 <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'"> | 21 <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'"> |
20 <include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resource
s\linux-checkbox-disabled-indeterminate.png" type="BINDATA" /> | 22 <include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resource
s\linux-checkbox-disabled-indeterminate.png" type="BINDATA" /> |
21 <include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-ch
eckbox-disabled-off.png" type="BINDATA" /> | 23 <include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-ch
eckbox-disabled-off.png" type="BINDATA" /> |
22 <include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-che
ckbox-disabled-on.png" type="BINDATA" /> | 24 <include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-che
ckbox-disabled-on.png" type="BINDATA" /> |
23 <include name="IDR_LINUX_CHECKBOX_INDETERMINATE" file="resources\linux-c
heckbox-indeterminate.png" type="BINDATA" /> | 25 <include name="IDR_LINUX_CHECKBOX_INDETERMINATE" file="resources\linux-c
heckbox-indeterminate.png" type="BINDATA" /> |
24 <include name="IDR_LINUX_CHECKBOX_OFF" file="resources\linux-checkbox-of
f.png" type="BINDATA" /> | 26 <include name="IDR_LINUX_CHECKBOX_OFF" file="resources\linux-checkbox-of
f.png" type="BINDATA" /> |
25 <include name="IDR_LINUX_CHECKBOX_ON" file="resources\linux-checkbox-on.
png" type="BINDATA" /> | 27 <include name="IDR_LINUX_CHECKBOX_ON" file="resources\linux-checkbox-on.
png" type="BINDATA" /> |
26 <include name="IDR_LINUX_RADIO_DISABLED_OFF" file="resources\linux-radio
-disabled-off.png" type="BINDATA" /> | 28 <include name="IDR_LINUX_RADIO_DISABLED_OFF" file="resources\linux-radio
-disabled-off.png" type="BINDATA" /> |
27 <include name="IDR_LINUX_RADIO_DISABLED_ON" file="resources\linux-radio-
disabled-on.png" type="BINDATA" /> | 29 <include name="IDR_LINUX_RADIO_DISABLED_ON" file="resources\linux-radio-
disabled-on.png" type="BINDATA" /> |
28 <include name="IDR_LINUX_RADIO_OFF" file="resources\linux-radio-off.png"
type="BINDATA" /> | 30 <include name="IDR_LINUX_RADIO_OFF" file="resources\linux-radio-off.png"
type="BINDATA" /> |
29 <include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" t
ype="BINDATA" /> | 31 <include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" t
ype="BINDATA" /> |
30 <include name="IDR_PROGRESS_BAR" file="resources\linux-progress-bar.png"
type="BINDATA" /> | 32 <include name="IDR_PROGRESS_BAR" file="resources\linux-progress-bar.png"
type="BINDATA" /> |
31 <include name="IDR_PROGRESS_BORDER_LEFT" file="resources\linux-progress-
border-left.png" type="BINDATA" /> | 33 <include name="IDR_PROGRESS_BORDER_LEFT" file="resources\linux-progress-
border-left.png" type="BINDATA" /> |
32 <include name="IDR_PROGRESS_BORDER_RIGHT" file="resources\linux-progress
-border-right.png" type="BINDATA" /> | 34 <include name="IDR_PROGRESS_BORDER_RIGHT" file="resources\linux-progress
-border-right.png" type="BINDATA" /> |
33 <include name="IDR_PROGRESS_VALUE" file="resources\linux-progress-value.
png" type="BINDATA" /> | 35 <include name="IDR_PROGRESS_VALUE" file="resources\linux-progress-value.
png" type="BINDATA" /> |
34 </if> | 36 </if> |
35 </includes> | 37 </includes> |
36 </release> | 38 </release> |
37 </grit> | 39 </grit> |
38 | 40 |
OLD | NEW |