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

Side by Side Diff: webkit/glue/webkit_resources.grd

Issue 650015: Solaris: first set of patches to make WebKit build on Solaris. This set is mo... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/platform_utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/webkit_resources.h" type="rc_header"> 4 <output filename="grit/webkit_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="webkit_resources.rc" type="rc_all" /> 7 <output filename="webkit_resources.rc" type="rc_all" />
8 <output filename="webkit_resources.pak" type="data_package" /> 8 <output filename="webkit_resources.pak" type="data_package" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 11 matching lines...) Expand all
22 <include name="IDR_DEVTOOLS_INJECT_WEBKIT_JS" file="..\..\third_party\WebK it\WebCore\inspector\front-end\InjectedScript.js" type="BINDATA"/> 22 <include name="IDR_DEVTOOLS_INJECT_WEBKIT_JS" file="..\..\third_party\WebK it\WebCore\inspector\front-end\InjectedScript.js" type="BINDATA"/>
23 <include name="IDR_MEDIA_PLAY_BUTTON" file="resources\media_play.png" type ="BINDATA" /> 23 <include name="IDR_MEDIA_PLAY_BUTTON" file="resources\media_play.png" type ="BINDATA" />
24 <include name="IDR_MEDIA_PLAY_BUTTON_DISABLED" file="resources\media_play_ disabled.png" type="BINDATA" /> 24 <include name="IDR_MEDIA_PLAY_BUTTON_DISABLED" file="resources\media_play_ disabled.png" type="BINDATA" />
25 <include name="IDR_MEDIA_PAUSE_BUTTON" file="resources\media_pause.png" ty pe="BINDATA" /> 25 <include name="IDR_MEDIA_PAUSE_BUTTON" file="resources\media_pause.png" ty pe="BINDATA" />
26 <include name="IDR_MEDIA_SOUND_FULL_BUTTON" file="resources\media_sound_fu ll.png" type="BINDATA" /> 26 <include name="IDR_MEDIA_SOUND_FULL_BUTTON" file="resources\media_sound_fu ll.png" type="BINDATA" />
27 <include name="IDR_MEDIA_SOUND_NONE_BUTTON" file="resources\media_sound_no ne.png" type="BINDATA" /> 27 <include name="IDR_MEDIA_SOUND_NONE_BUTTON" file="resources\media_sound_no ne.png" type="BINDATA" />
28 <include name="IDR_MEDIA_SOUND_DISABLED" file="resources\media_sound_disab led.png" type="BINDATA" /> 28 <include name="IDR_MEDIA_SOUND_DISABLED" file="resources\media_sound_disab led.png" type="BINDATA" />
29 <include name="IDR_MEDIA_SLIDER_THUMB" file="resources\media_slider_thumb. png" type="BINDATA" /> 29 <include name="IDR_MEDIA_SLIDER_THUMB" file="resources\media_slider_thumb. png" type="BINDATA" />
30 <include name="IDR_MEDIA_VOLUME_SLIDER_THUMB" file="resources\media_volume _slider_thumb.png" type="BINDATA" /> 30 <include name="IDR_MEDIA_VOLUME_SLIDER_THUMB" file="resources\media_volume _slider_thumb.png" type="BINDATA" />
31 31
32 <if expr="os == 'linux2' or os == 'freebsd7' or os == 'openbsd4'"> 32 <if expr="os == 'linux2' or os == 'freebsd7' or os == 'openbsd4' or os == 'sunos5'">
33 <include name="IDR_LINUX_CHECKBOX_OFF" file="resources\linux-checkbox-of f.png" type="BINDATA" /> 33 <include name="IDR_LINUX_CHECKBOX_OFF" file="resources\linux-checkbox-of f.png" type="BINDATA" />
34 <include name="IDR_LINUX_CHECKBOX_ON" file="resources\linux-checkbox-on. png" type="BINDATA" /> 34 <include name="IDR_LINUX_CHECKBOX_ON" file="resources\linux-checkbox-on. png" type="BINDATA" />
35 <include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-ch eckbox-disabled-off.png" type="BINDATA" /> 35 <include name="IDR_LINUX_CHECKBOX_DISABLED_OFF" file="resources\linux-ch eckbox-disabled-off.png" type="BINDATA" />
36 <include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-che ckbox-disabled-on.png" type="BINDATA" /> 36 <include name="IDR_LINUX_CHECKBOX_DISABLED_ON" file="resources\linux-che ckbox-disabled-on.png" type="BINDATA" />
37 <include name="IDR_LINUX_RADIO_OFF" file="resources\linux-radio-off.png" type="BINDATA" /> 37 <include name="IDR_LINUX_RADIO_OFF" file="resources\linux-radio-off.png" type="BINDATA" />
38 <include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" t ype="BINDATA" /> 38 <include name="IDR_LINUX_RADIO_ON" file="resources\linux-radio-on.png" t ype="BINDATA" />
39 <include name="IDR_LINUX_RADIO_DISABLED_OFF" file="resources\linux-radio -disabled-off.png" type="BINDATA" /> 39 <include name="IDR_LINUX_RADIO_DISABLED_OFF" file="resources\linux-radio -disabled-off.png" type="BINDATA" />
40 <include name="IDR_LINUX_RADIO_DISABLED_ON" file="resources\linux-radio- disabled-on.png" type="BINDATA" /> 40 <include name="IDR_LINUX_RADIO_DISABLED_ON" file="resources\linux-radio- disabled-on.png" type="BINDATA" />
41 </if> 41 </if>
42 42
(...skipping 10 matching lines...) Expand all
53 <include name="IDC_PAN_NORTH_EAST" file="resources\pan_north_east.cur" typ e="CURSOR" /> 53 <include name="IDC_PAN_NORTH_EAST" file="resources\pan_north_east.cur" typ e="CURSOR" />
54 <include name="IDC_PAN_EAST" file="resources\pan_east.cur" type="CURSOR" / > 54 <include name="IDC_PAN_EAST" file="resources\pan_east.cur" type="CURSOR" / >
55 <include name="IDC_PAN_SOUTH_EAST" file="resources\pan_south_east.cur" typ e="CURSOR" /> 55 <include name="IDC_PAN_SOUTH_EAST" file="resources\pan_south_east.cur" typ e="CURSOR" />
56 <include name="IDC_PAN_SOUTH" file="resources\pan_south.cur" type="CURSOR" /> 56 <include name="IDC_PAN_SOUTH" file="resources\pan_south.cur" type="CURSOR" />
57 <include name="IDC_PAN_SOUTH_WEST" file="resources\pan_south_west.cur" typ e="CURSOR" /> 57 <include name="IDC_PAN_SOUTH_WEST" file="resources\pan_south_west.cur" typ e="CURSOR" />
58 <include name="IDC_PAN_WEST" file="resources\pan_west.cur" type="CURSOR" / > 58 <include name="IDC_PAN_WEST" file="resources\pan_west.cur" type="CURSOR" / >
59 <include name="IDC_PAN_NORTH_WEST" file="resources\pan_north_west.cur" typ e="CURSOR" /> 59 <include name="IDC_PAN_NORTH_WEST" file="resources\pan_north_west.cur" typ e="CURSOR" />
60 </includes> 60 </includes>
61 </release> 61 </release>
62 </grit> 62 </grit>
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/platform_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698