| Index: content/app/resources/content_resources.grd
|
| diff --git a/content/app/resources/content_resources.grd b/content/app/resources/content_resources.grd
|
| index 09869e893f86e9940df137caac0a994672378a0c..803e005b4b0f6697f52b9989c3744e5bea7cdb61 100644
|
| --- a/content/app/resources/content_resources.grd
|
| +++ b/content/app/resources/content_resources.grd
|
| @@ -34,6 +34,20 @@
|
| <structure type="chrome_scaled_image" name="IDR_ZOOMIN_CURSOR" file="zoom_in_cursor.png" />
|
| <structure type="chrome_scaled_image" name="IDR_ZOOMOUT_CURSOR" file="zoom_out_cursor.png" />
|
| </if>
|
| + <if expr="is_android">
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_EAST_RESIZE_CURSOR" file="east_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTH_RESIZE_CURSOR" file="north_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHEAST_RESIZE_CURSOR" file="north_east_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHWEST_RESIZE_CURSOR" file="north_west_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTH_RESIZE_CURSOR" file="south_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHEAST_RESIZE_CURSOR" file="south_east_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHWEST_RESIZE_CURSOR" file="south_west_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_WEST_RESIZE_CURSOR" file="west_resize_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_MOVE_CURSOR" file="move_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_MIDDLE_PANNING" file="move_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_PROGRESS" file="move_cursor.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_NOT_ALLOWED" file="move_cursor.png" />
|
| + </if>
|
| </structures>
|
| </release>
|
| </grit>
|
|
|