summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_resources.grd
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 02:00:49 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 02:00:49 +0000
commit75419b624210ad3863be5897000cbb6e7235505b (patch)
tree9f5d911a61e237e56b43e676c06597aeb8c64743 /webkit/glue/webkit_resources.grd
parent5a1478c1b434931455337ecab126c6b6015d7eac (diff)
downloadchromium_src-75419b624210ad3863be5897000cbb6e7235505b.zip
chromium_src-75419b624210ad3863be5897000cbb6e7235505b.tar.gz
chromium_src-75419b624210ad3863be5897000cbb6e7235505b.tar.bz2
Linux: first part of removing GTK from the renderer
This patch adds the resources which the WebKit changes need. This shouldn't change anything. Review URL: http://codereview.chromium.org/27255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_resources.grd')
-rw-r--r--webkit/glue/webkit_resources.grd8
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd
index 2970b70..b3acd7f 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> \ No newline at end of file
+</grit>