diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 23:02:53 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 23:02:53 +0000 |
commit | faa7929a4a690be40fb28598725085fdec8dbc96 (patch) | |
tree | fb74d69b2fa2d14f0299da85f6733ecbcc6245e1 /webkit/glue/webkit_resources.grd | |
parent | 4f08c83f354cb0c9d2ee5c79c39c1ad08e560cdf (diff) | |
download | chromium_src-faa7929a4a690be40fb28598725085fdec8dbc96.zip chromium_src-faa7929a4a690be40fb28598725085fdec8dbc96.tar.gz chromium_src-faa7929a4a690be40fb28598725085fdec8dbc96.tar.bz2 |
AutoFill: Move the CC icons to webkit/glue/resources. This is a temporary
location until they're moved to chrome/common.
BUG=50080
TEST=none
Review URL: http://codereview.chromium.org/3034040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_resources.grd')
-rw-r--r-- | webkit/glue/webkit_resources.grd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/glue/webkit_resources.grd b/webkit/glue/webkit_resources.grd index e8794db..8337d8e 100644 --- a/webkit/glue/webkit_resources.grd +++ b/webkit/glue/webkit_resources.grd @@ -45,7 +45,14 @@ <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" /> <include name="IDR_AUTOFILL_CC_GENERIC" file="resources\cc-generic.png" type="BINDATA" /> + <include name="IDR_AUTOFILL_CC_JCB" file="resources\jcb.png" type="BINDATA" /> + <include name="IDR_AUTOFILL_CC_MASTERCARD" file="resources\mastercard.png" type="BINDATA" /> + <include name="IDR_AUTOFILL_CC_SOLO" file="resources\solo.png" type="BINDATA" /> + <include name="IDR_AUTOFILL_CC_VISA" file="resources\visa.png" type="BINDATA" /> <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'"> <include name="IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE" file="resources\linux-checkbox-disabled-indeterminate.png" type="BINDATA" /> |