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 <output filename="gfx_resources.rc" type="rc_all" /> | 10 <output filename="gfx_resources.rc" type="rc_all" /> |
11 </outputs> | 11 </outputs> |
12 <release seq="1"> | 12 <release seq="1"> |
13 <includes> | 13 <includes> |
14 <if expr="is_win"> | 14 <if expr="is_win"> |
15 <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win --> | 15 <!-- IDR_BITMAP_BRUSH_IMAGE is for canvas_direct2d_unittest on win --> |
16 <!-- TODO(sky): we don't want a test only image in the release builds --
> | 16 <!-- TODO(sky): we don't want a test only image in the release builds --
> |
17 <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_imag
e.png" type="BINDATA" /> | 17 <include name="IDR_BITMAP_BRUSH_IMAGE" file="resources\bitmap_brush_imag
e.png" type="BINDATA" /> |
18 <include name="IDR_COMPOSITOR_FX" file="resources\compositor.fx" type="B
INDATA" /> | |
19 <include name="IDR_BLUR_FX" file="resources\blur.fx" type="BINDATA" /> | |
20 </if> | 18 </if> |
21 | 19 |
22 <if expr="is_posix and not is_macosx and not pp_ifdef('use_aura')"> | 20 <if expr="is_posix and not is_macosx and not pp_ifdef('use_aura')"> |
23 <include name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linu
x-checkbox-disabled-indeterminate.png" type="BINDATA" /> | 21 <include name="IDR_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linu
x-checkbox-disabled-indeterminate.png" type="BINDATA" /> |
24 <include name="IDR_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox
-disabled-off.png" type="BINDATA" /> | 22 <include name="IDR_CHECKBOX_DISABLED_OFF" file="resources\linux-checkbox
-disabled-off.png" type="BINDATA" /> |
25 <include name="IDR_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-
disabled-on.png" type="BINDATA" /> | 23 <include name="IDR_CHECKBOX_DISABLED_ON" file="resources\linux-checkbox-
disabled-on.png" type="BINDATA" /> |
26 <include name="IDR_CHECKBOX_INDETERMINATE" file="resources\linux-checkbo
x-indeterminate.png" type="BINDATA" /> | 24 <include name="IDR_CHECKBOX_INDETERMINATE" file="resources\linux-checkbo
x-indeterminate.png" type="BINDATA" /> |
27 <include name="IDR_CHECKBOX_OFF" file="resources\linux-checkbox-off.png"
type="BINDATA" /> | 25 <include name="IDR_CHECKBOX_OFF" file="resources\linux-checkbox-off.png"
type="BINDATA" /> |
28 <include name="IDR_CHECKBOX_ON" file="resources\linux-checkbox-on.png" t
ype="BINDATA" /> | 26 <include name="IDR_CHECKBOX_ON" file="resources\linux-checkbox-on.png" t
ype="BINDATA" /> |
29 <include name="IDR_RADIO_DISABLED_OFF" file="resources\linux-radio-disab
led-off.png" type="BINDATA" /> | 27 <include name="IDR_RADIO_DISABLED_OFF" file="resources\linux-radio-disab
led-off.png" type="BINDATA" /> |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <include name="IDR_SCROLL_BACKGROUND_BORDER_UP" file="resources\chromeos
_scroll_background_border_up.png" type="BINDATA" /> | 65 <include name="IDR_SCROLL_BACKGROUND_BORDER_UP" file="resources\chromeos
_scroll_background_border_up.png" type="BINDATA" /> |
68 <include name="IDR_SCROLL_BACKGROUND_BORDER_DOWN" file="resources\chrome
os_scroll_background_border_down.png" type="BINDATA" /> | 66 <include name="IDR_SCROLL_BACKGROUND_BORDER_DOWN" file="resources\chrome
os_scroll_background_border_down.png" type="BINDATA" /> |
69 <include name="IDR_SCROLL_THUMB" file="resources\chromeos_scroll_thumb.p
ng" type="BINDATA" /> | 67 <include name="IDR_SCROLL_THUMB" file="resources\chromeos_scroll_thumb.p
ng" type="BINDATA" /> |
70 <include name="IDR_SCROLL_THUMB_H" file="resources\chromeos_scroll_thumb
_h.png" type="BINDATA" /> | 68 <include name="IDR_SCROLL_THUMB_H" file="resources\chromeos_scroll_thumb
_h.png" type="BINDATA" /> |
71 <include name="IDR_SCROLL_THUMB_P" file="resources\chromeos_scroll_thumb
_p.png" type="BINDATA" /> | 69 <include name="IDR_SCROLL_THUMB_P" file="resources\chromeos_scroll_thumb
_p.png" type="BINDATA" /> |
72 </if> | 70 </if> |
73 </includes> | 71 </includes> |
74 </release> | 72 </release> |
75 </grit> | 73 </grit> |
76 | 74 |
OLD | NEW |