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

Unified Diff: components/payments/core/BUILD.gn

Issue 2813203004: [Payments] Show what's missing for incomplete payment methods. (Closed)
Patch Set: addressed comments, now two functions 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
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 1892be2735280101b69f9f716e615323945b86f5..0a8ca3b94c21878c923dcbd98ab0626132b27fb7 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -67,10 +67,12 @@ source_set("unit_tests") {
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
"//components/metrics/proto",
+ "//components/strings:components_strings_grit",
"//components/ukm",
"//components/ukm:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/libaddressinput:test_support",
+ "//ui/base",
]
}
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | components/payments/core/autofill_payment_instrument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698