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

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

Issue 2797633002: [Payments] Move PaymentMethodData to components/payments/core (Closed)
Patch Set: clean 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 | components/payments/core/payment_method_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index f6bf9239bea9137be2bae1cc02afb36a678c135c..5d7fa695acf0d8fef4aa821d2fbb2020111c77f5 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -18,6 +18,8 @@ static_library("core") {
"payment_address.h",
"payment_instrument.cc",
"payment_instrument.h",
+ "payment_method_data.cc",
+ "payment_method_data.h",
"payment_options_provider.h",
"payment_request_data_util.cc",
"payment_request_data_util.h",
@@ -41,6 +43,7 @@ source_set("unit_tests") {
"basic_card_response_unittest.cc",
"currency_formatter_unittest.cc",
"payment_address_unittest.cc",
+ "payment_method_data_unittest.cc",
"payment_request_data_util_unittest.cc",
]
« no previous file with comments | « no previous file | components/payments/core/payment_method_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698