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

Unified Diff: ios/chrome/browser/payments/cells/BUILD.gn

Issue 2825143002: [Payment Request] Accepted credit card type icons in the credit card editor (Closed)
Patch Set: Addressed comments Created 3 years, 8 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
« no previous file with comments | « no previous file | ios/chrome/browser/payments/cells/accepted_payment_methods_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/cells/BUILD.gn
diff --git a/ios/chrome/browser/payments/cells/BUILD.gn b/ios/chrome/browser/payments/cells/BUILD.gn
index 123a96a520b5ecda450b9d39f11e242c4bfbec1e..5dfd08deb0c1c75e2332742624e9d5cc1ab728d0 100644
--- a/ios/chrome/browser/payments/cells/BUILD.gn
+++ b/ios/chrome/browser/payments/cells/BUILD.gn
@@ -4,6 +4,8 @@
source_set("cells") {
sources = [
+ "accepted_payment_methods_item.h",
+ "accepted_payment_methods_item.mm",
"autofill_profile_item.h",
"autofill_profile_item.mm",
"page_info_item.h",
@@ -31,6 +33,7 @@ source_set("cells") {
source_set("unit_tests") {
testonly = true
sources = [
+ "accepted_payment_methods_item_unittest.mm",
"autofill_profile_item_unittest.mm",
"page_info_item_unittest.mm",
"payment_method_item_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/payments/cells/accepted_payment_methods_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698