| Index: webkit/glue/webkit_resources.grd
|
| diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd
|
| index 2970b7061c354faf12e0d8707fe2fdb048a5bf50..b3acd7fb085d9231a3e235d223ac8c3d94519913 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>
|
| +</grit>
|
|
|