Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: components/autofill/resources/autofill_resources.grd

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit_tests links and CreditCardTest passes Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/autofill_resources.h" type="rc_header" context="defau lt_100_percent">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="autofill_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
8 <output filename="autofill_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
9 </outputs>
10 <release seq="1">
11 <structures fallback_to_low_resolution="true">
12 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="am ex.png" />
13 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DINERS" file=" diners.png" />
14 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file ="discover.png" />
15 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file= "cc-generic.png" />
16 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_JCB" file="jcb .png" />
17 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" fi le="mastercard.png" />
18 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="vi sa.png" />
19 </structures>
20 </release>
21 </grit>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698