| Index: webkit/glue/webkit_resources.grd
|
| diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd
|
| index 8acb500052355aa270fc761917c4ecc93a2b4f9a..870bef96b195830d6596bee155a14c7c78886853 100644
|
| --- a/webkit/glue/webkit_resources.grd
|
| +++ b/webkit/glue/webkit_resources.grd
|
| @@ -9,12 +9,7 @@
|
| </outputs>
|
| <release seq="1">
|
| <includes>
|
| - <include name="IDC_ALIAS" file="resources\aliasb.cur" type="CURSOR" />
|
| <include name="IDR_BROKENIMAGE" file="resources\broken-image.gif" type="BINDATA" />
|
| - <include name="IDC_CELL" file="resources\cell.cur" type="CURSOR" />
|
| - <include name="IDC_COLRESIZE" file="resources\col_resize.cur" type="CURSOR" />
|
| - <include name="IDC_COPYCUR" file="resources\copy.cur" type="CURSOR" />
|
| - <include name="IDC_CURSOR_NONE" file="resources\none.cur" type="CURSOR" />
|
| <include name="IDR_INPUT_SPEECH" file="resources\input_speech.png" type="BINDATA" />
|
| <include name="IDR_INPUT_SPEECH_RECORDING" file="resources\input_speech_recording.png" type="BINDATA" />
|
| <include name="IDR_INPUT_SPEECH_WAITING" file="resources\input_speech_waiting.png" type="BINDATA" />
|
| @@ -60,25 +55,33 @@
|
| <if expr="is_macosx">
|
| <include name="IDR_OVERHANG_PATTERN" file="resources\overhang_pattern.png" type="BINDATA" />
|
| </if>
|
| - <include name="IDC_PAN_EAST" file="resources\pan_east.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_MIDDLE" file="resources\pan_middle.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_NORTH" file="resources\pan_north.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_NORTH_EAST" file="resources\pan_north_east.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_NORTH_WEST" file="resources\pan_north_west.cur" type="CURSOR" />
|
| + <if expr="is_win">
|
| + <include name="IDC_ALIAS" file="resources\aliasb.cur" type="CURSOR" />
|
| + <include name="IDC_CELL" file="resources\cell.cur" type="CURSOR" />
|
| + <include name="IDC_COLRESIZE" file="resources\col_resize.cur" type="CURSOR" />
|
| + <include name="IDC_COPYCUR" file="resources\copy.cur" type="CURSOR" />
|
| + <include name="IDC_CURSOR_NONE" file="resources\none.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_EAST" file="resources\pan_east.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_MIDDLE" file="resources\pan_middle.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_NORTH" file="resources\pan_north.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_NORTH_EAST" file="resources\pan_north_east.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_NORTH_WEST" file="resources\pan_north_west.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_SOUTH" file="resources\pan_south.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_SOUTH_EAST" file="resources\pan_south_east.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_SOUTH_WEST" file="resources\pan_south_west.cur" type="CURSOR" />
|
| + <include name="IDC_PAN_WEST" file="resources\pan_west.cur" type="CURSOR" />
|
| + <include name="IDC_ROWRESIZE" file="resources\row_resize.cur" type="CURSOR" />
|
| + <include name="IDC_VERTICALTEXT" file="resources\vertical_text.cur" type="CURSOR" />
|
| + <include name="IDC_ZOOMIN" file="resources\zoom_in.cur" type="CURSOR" />
|
| + <include name="IDC_ZOOMOUT" file="resources\zoom_out.cur" type="CURSOR" />
|
| + </if>
|
| +
|
| <include name="IDR_PAN_SCROLL_ICON" file="resources\pan_icon.png" type="BINDATA" />
|
| - <include name="IDC_PAN_SOUTH" file="resources\pan_south.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_SOUTH_EAST" file="resources\pan_south_east.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_SOUTH_WEST" file="resources\pan_south_west.cur" type="CURSOR" />
|
| - <include name="IDC_PAN_WEST" file="resources\pan_west.cur" type="CURSOR" />
|
| - <include name="IDC_ROWRESIZE" file="resources\row_resize.cur" type="CURSOR" />
|
| <include name="IDR_SEARCH_CANCEL" file="resources\search_cancel.png" type="BINDATA" />
|
| <include name="IDR_SEARCH_CANCEL_PRESSED" file="resources\search_cancel_pressed.png" type="BINDATA" />
|
| <include name="IDR_SEARCH_MAGNIFIER" file="resources\search_magnifier.png" type="BINDATA" />
|
| <include name="IDR_SEARCH_MAGNIFIER_RESULTS" file="resources\search_magnifier_results.png" type="BINDATA" />
|
| <include name="IDR_TEXTAREA_RESIZER" file="resources\textarea_resize_corner.png" type="BINDATA" />
|
| - <include name="IDC_VERTICALTEXT" file="resources\vertical_text.cur" type="CURSOR" />
|
| - <include name="IDC_ZOOMIN" file="resources\zoom_in.cur" type="CURSOR" />
|
| - <include name="IDC_ZOOMOUT" file="resources\zoom_out.cur" type="CURSOR" />
|
| <include name="IDR_AUTOFILL_CC_AMEX" file="resources\amex.png" type="BINDATA" />
|
| <include name="IDR_AUTOFILL_CC_DINERS" file="resources\diners.png" type="BINDATA" />
|
| <include name="IDR_AUTOFILL_CC_DISCOVER" file="resources\discover.png" type="BINDATA" />
|
|
|