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

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

Issue 2847503002: [WebPayments] Show labels on incomplete profiles (Closed)
Patch Set: test fix 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 291a88522d5c0b86bdb6fc0aeaa4bdbeecf68b7c..8d9499016bd6939f507ae8f3d633ab2a2618d265 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -25,8 +25,8 @@ static_library("core") {
"payment_request_data_util.cc",
"payment_request_data_util.h",
"payment_request_delegate.h",
- "profile_util.cc",
- "profile_util.h",
+ "payments_profile_comparator.cc",
+ "payments_profile_comparator.h",
"strings_util.cc",
"strings_util.h",
]
@@ -74,7 +74,7 @@ source_set("unit_tests") {
"payment_address_unittest.cc",
"payment_method_data_unittest.cc",
"payment_request_data_util_unittest.cc",
- "profile_util_unittest.cc",
+ "payments_profile_comparator_unittest.cc",
]
deps = [
« no previous file with comments | « components/payments/content/payment_request_state.cc ('k') | components/payments/core/payment_request_data_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698