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

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

Issue 2733953003: [Payments] Return a basic card response (Closed)
Patch Set: tests Created 3 years, 9 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 e0a51dfc193042232c048e0e25ae6df29478d84c..5c6bf5669afa7285d2c0decb7cf53f7439fa6f8e 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -6,8 +6,17 @@ static_library("core") {
sources = [
"address_normalizer.cc",
"address_normalizer.h",
+ "autofill_payment_instrument.cc",
+ "autofill_payment_instrument.h",
+ "basic_card_response.cc",
+ "basic_card_response.h",
"currency_formatter.cc",
"currency_formatter.h",
+ "payment_address.cc",
+ "payment_address.h",
+ "payment_instrument.h",
+ "payment_request_data_util.cc",
+ "payment_request_data_util.h",
]
deps = [
@@ -25,7 +34,10 @@ source_set("unit_tests") {
testonly = true
sources = [
"address_normalizer_unittest.cc",
+ "basic_card_response_unittest.cc",
"currency_formatter_unittest.cc",
+ "payment_address_unittest.cc",
+ "payment_request_data_util_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698