diff options
Diffstat (limited to 'webkit/glue/webkit_resources.grd')
-rw-r--r-- | webkit/glue/webkit_resources.grd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd index 2970b70..b3acd7f 100644 --- a/webkit/glue/webkit_resources.grd +++ b/webkit/glue/webkit_resources.grd @@ -14,6 +14,12 @@ <include name="IDR_FEED_PREVIEW" file="resources\feed.html" type="BINDATA" /> <include name="IDR_PAN_SCROLL_ICON" file="resources\pan_icon.png" type="BINDATA" /> <include name="IDR_TEXTAREA_RESIZER" file="resources\textarea_resize_corner.png" type="BINDATA" /> + <if expr="os == 'linux2'"> + <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_OFF" file="resources\linux-radio-off.png" type="BINDATA" /> + <include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" type="BINDATA" /> + </if> <include name="IDC_ALIAS" file="resources\aliasb.cur" type="CURSOR" /> <include name="IDC_CELL" file="resources\cell.cur" type="CURSOR" /> @@ -34,4 +40,4 @@ <include name="IDC_PAN_NORTH_WEST" file="resources\pan_north_west.cur" type="CURSOR" /> </includes> </release> -</grit>
\ No newline at end of file +</grit> |