blob: 8b9b4b47b36932b3fb7984caa912eb64a437548a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1">
<outputs>
<output filename="grit/gfx_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
<output filename="grit/gfx_resources_map.cc" type="resource_map_source" />
<output filename="grit/gfx_resources_map.h" type="resource_map_header" />
<output filename="gfx_resources.pak" type="data_package" />
<!-- TODO(sail): remove this file once WebKit has been updated. -->
<output filename="../../gfx/gfx_resources.pak" type="data_package" />
<output filename="gfx_resources.rc" type="rc_all" />
</outputs>
<release seq="1">
<includes>
<if expr="os.find('win') != -1">
<!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win -->
<include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_image.png" type="BINDATA" />
</if>
<if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
<include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox-disabled-off.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-disabled-on.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_INDETERMINATE" file="resources\linux-checkbox-indeterminate.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_OFF" file="resources\linux-checkbox-off.png" type="BINDATA" />
<include name="IDR_LINUX_CHECKBOX_ON" file="resources\linux-checkbox-on.png" type="BINDATA" />
<include name="IDR_LINUX_RADIO_DISABLED_OFF" file="resources\linux-radio-disabled-off.png" type="BINDATA" />
<include name="IDR_LINUX_RADIO_DISABLED_ON" file="resources\linux-radio-disabled-on.png" type="BINDATA" />
<include name="IDR_LINUX_RADIO_OFF" file="resources\linux-radio-off.png" type="BINDATA" />
<include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" type="BINDATA" />
<include name="IDR_PROGRESS_BAR" file="resources\linux-progress-bar.png" type="BINDATA" />
<include name="IDR_PROGRESS_BORDER_LEFT" file="resources\linux-progress-border-left.png" type="BINDATA" />
<include name="IDR_PROGRESS_BORDER_RIGHT" file="resources\linux-progress-border-right.png" type="BINDATA" />
<include name="IDR_PROGRESS_VALUE" file="resources\linux-progress-value.png" type="BINDATA" />
</if>
</includes>
</release>
</grit>
|