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 | |
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')
-rw-r--r-- | webkit/glue/resources/amex.png | bin | 0 -> 1316 bytes | |||
-rw-r--r-- | webkit/glue/resources/diners.png | bin | 0 -> 1018 bytes | |||
-rw-r--r-- | webkit/glue/resources/discover.png | bin | 0 -> 933 bytes | |||
-rw-r--r-- | webkit/glue/resources/jcb.png | bin | 0 -> 1103 bytes | |||
-rw-r--r-- | webkit/glue/resources/mastercard.png | bin | 0 -> 1250 bytes | |||
-rw-r--r-- | webkit/glue/resources/solo.png | bin | 0 -> 751 bytes | |||
-rw-r--r-- | webkit/glue/resources/visa.png | bin | 0 -> 993 bytes | |||
-rw-r--r-- | webkit/glue/webkit_resources.grd | 7 |
8 files changed, 7 insertions, 0 deletions
diff --git a/webkit/glue/resources/amex.png b/webkit/glue/resources/amex.png Binary files differnew file mode 100644 index 0000000..7cfa9cb --- /dev/null +++ b/webkit/glue/resources/amex.png diff --git a/webkit/glue/resources/diners.png b/webkit/glue/resources/diners.png Binary files differnew file mode 100644 index 0000000..ee709d3 --- /dev/null +++ b/webkit/glue/resources/diners.png diff --git a/webkit/glue/resources/discover.png b/webkit/glue/resources/discover.png Binary files differnew file mode 100644 index 0000000..e1fdbac --- /dev/null +++ b/webkit/glue/resources/discover.png diff --git a/webkit/glue/resources/jcb.png b/webkit/glue/resources/jcb.png Binary files differnew file mode 100644 index 0000000..7c915b3 --- /dev/null +++ b/webkit/glue/resources/jcb.png diff --git a/webkit/glue/resources/mastercard.png b/webkit/glue/resources/mastercard.png Binary files differnew file mode 100644 index 0000000..9d7a31f --- /dev/null +++ b/webkit/glue/resources/mastercard.png diff --git a/webkit/glue/resources/solo.png b/webkit/glue/resources/solo.png Binary files differnew file mode 100644 index 0000000..5f20eef --- /dev/null +++ b/webkit/glue/resources/solo.png diff --git a/webkit/glue/resources/visa.png b/webkit/glue/resources/visa.png Binary files differnew file mode 100644 index 0000000..9518614 --- /dev/null +++ b/webkit/glue/resources/visa.png 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" /> |