Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: content/app/resources/content_resources.grd

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting mouse cursor icon in Android N Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/content_resources.h" type="rc_header" context="defaul t_100_percent"> 4 <output filename="grit/content_resources.h" type="rc_header" context="defaul t_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="content_resources_100_percent.pak" type="data_package" con text="default_100_percent" /> 7 <output filename="content_resources_100_percent.pak" type="data_package" con text="default_100_percent" />
8 <output filename="content_resources_200_percent.pak" type="data_package" con text="default_200_percent" /> 8 <output filename="content_resources_200_percent.pak" type="data_package" con text="default_200_percent" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 16 matching lines...) Expand all
27 <structure type="chrome_scaled_image" name="IDR_PROGRESS_CURSOR" file="p rogress_cursor.png" /> 27 <structure type="chrome_scaled_image" name="IDR_PROGRESS_CURSOR" file="p rogress_cursor.png" />
28 <structure type="chrome_scaled_image" name="IDR_SOUTHEAST_RESIZE_CURSOR" file="south_east_resize_cursor.png" /> 28 <structure type="chrome_scaled_image" name="IDR_SOUTHEAST_RESIZE_CURSOR" file="south_east_resize_cursor.png" />
29 <structure type="chrome_scaled_image" name="IDR_SOUTH_RESIZE_CURSOR" fil e="south_resize_cursor.png" /> 29 <structure type="chrome_scaled_image" name="IDR_SOUTH_RESIZE_CURSOR" fil e="south_resize_cursor.png" />
30 <structure type="chrome_scaled_image" name="IDR_SOUTHWEST_RESIZE_CURSOR" file="south_west_resize_cursor.png" /> 30 <structure type="chrome_scaled_image" name="IDR_SOUTHWEST_RESIZE_CURSOR" file="south_west_resize_cursor.png" />
31 <structure type="chrome_scaled_image" name="IDR_VERTICALTEXT_CURSOR" fil e="vertical_text_cursor.png" /> 31 <structure type="chrome_scaled_image" name="IDR_VERTICALTEXT_CURSOR" fil e="vertical_text_cursor.png" />
32 <structure type="chrome_scaled_image" name="IDR_WAIT_CURSOR" file="wait_ cursor.png" /> 32 <structure type="chrome_scaled_image" name="IDR_WAIT_CURSOR" file="wait_ cursor.png" />
33 <structure type="chrome_scaled_image" name="IDR_WEST_RESIZE_CURSOR" file ="west_resize_cursor.png" /> 33 <structure type="chrome_scaled_image" name="IDR_WEST_RESIZE_CURSOR" file ="west_resize_cursor.png" />
34 <structure type="chrome_scaled_image" name="IDR_ZOOMIN_CURSOR" file="zoo m_in_cursor.png" /> 34 <structure type="chrome_scaled_image" name="IDR_ZOOMIN_CURSOR" file="zoo m_in_cursor.png" />
35 <structure type="chrome_scaled_image" name="IDR_ZOOMOUT_CURSOR" file="zo om_out_cursor.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ZOOMOUT_CURSOR" file="zo om_out_cursor.png" />
36 </if> 36 </if>
37 <if expr="is_android">
38 <structure type="chrome_scaled_image" name="IDR_ANDROID_EAST_RESIZE_CURS OR" file="east_resize_cursor.png" />
39 <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTH_RESIZE_CUR SOR" file="north_resize_cursor.png" />
40 <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHEAST_RESIZE _CURSOR" file="north_east_resize_cursor.png" />
41 <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHWEST_RESIZE _CURSOR" file="north_west_resize_cursor.png" />
42 <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTH_RESIZE_CUR SOR" file="south_resize_cursor.png" />
43 <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHEAST_RESIZE _CURSOR" file="south_east_resize_cursor.png" />
44 <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHWEST_RESIZE _CURSOR" file="south_west_resize_cursor.png" />
45 <structure type="chrome_scaled_image" name="IDR_ANDROID_WEST_RESIZE_CURS OR" file="west_resize_cursor.png" />
46 <structure type="chrome_scaled_image" name="IDR_ANDROID_MOVE_CURSOR" fil e="move_cursor.png" />
47 <structure type="chrome_scaled_image" name="IDR_ANDROID_MIDDLE_PANNING" file="move_cursor.png" />
48 <structure type="chrome_scaled_image" name="IDR_ANDROID_PROGRESS" file=" move_cursor.png" />
49 <structure type="chrome_scaled_image" name="IDR_ANDROID_NOT_ALLOWED" fil e="move_cursor.png" />
50 </if>
37 </structures> 51 </structures>
38 </release> 52 </release>
39 </grit> 53 </grit>
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | ui/base/cursor/cursors_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698