summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 21:10:04 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-13 21:10:04 +0000
commit366283c1214694b56789dffb61d704b1f1a2cc55 (patch)
tree971382a728be5295c004eeca7a72cfebf9847075 /chrome/browser/browser_resources.grd
parent7f5afa492ad2ae7dbfcf190ba1ff8721f51340cb (diff)
downloadchromium_src-366283c1214694b56789dffb61d704b1f1a2cc55.zip
chromium_src-366283c1214694b56789dffb61d704b1f1a2cc55.tar.gz
chromium_src-366283c1214694b56789dffb61d704b1f1a2cc55.tar.bz2
AutoFill: Add the newly-added credit card images to browser_resources.grd.
BUG=48015 TEST=none Review URL: http://codereview.chromium.org/2893014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 920e23f..af4e84f 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -66,6 +66,14 @@ without changes to the corresponding grd file. eadee -->
<include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_AMEX" file="resources\amex.png" type="BINDATA" />
+ <include name="IDR_AUTOFILL_CC_GENERIC" file="resources\cc-generic.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_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="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')">
<include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flattenhtml="true" type="BINDATA" />