Commit faa7929a authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

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
parent 4f08c83f
......@@ -59,14 +59,6 @@ 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_DINERS" file="resources\diners.png" type="BINDATA" />
<include name="IDR_AUTOFILL_CC_GENERIC" file="resources\cc-generic.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')">
<include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flattenhtml="true" type="BINDATA" />
......
......@@ -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" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment