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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/autofill/resources/autofill_resources.grd
diff --git a/components/autofill/resources/autofill_resources.grd b/components/autofill/resources/autofill_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..2946c0ab29b5ad8702da42e4fb83ba5e4c7bc387
--- /dev/null
+++ b/components/autofill/resources/autofill_resources.grd
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/autofill_resources.h" type="rc_header" context="default_100_percent">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="autofill_resources_100_percent.pak" type="data_package" context="default_100_percent" />
+ <output filename="autofill_resources_200_percent.pak" type="data_package" context="default_200_percent" />
+ </outputs>
+ <release seq="1">
+ <structures fallback_to_low_resolution="true">
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_AMEX" file="amex.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DINERS" file="diners.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_DISCOVER" file="discover.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_GENERIC" file="cc-generic.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_JCB" file="jcb.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_MASTERCARD" file="mastercard.png" />
+ <structure type="chrome_scaled_image" name="IDR_AUTOFILL_CC_VISA" file="visa.png" />
+ </structures>
+ </release>
+</grit>
+

Powered by Google App Engine
This is Rietveld 408576698