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

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

Issue 2775553004: [WebPayments] Implementing Profile filter and dedupe (Closed)
Patch Set: rebasing 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 | « components/payments/content/payment_request_state.cc ('k') | components/payments/core/profile_util.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 6b8cbc44e575cbad9f9519661f5e49ef37da0661..e330013e8eb4d1f8329bdf1aaa9038010294a875 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -24,6 +24,8 @@ static_library("core") {
"payment_request_data_util.cc",
"payment_request_data_util.h",
"payment_request_delegate.h",
+ "profile_util.cc",
+ "profile_util.h",
"strings_util.cc",
"strings_util.h",
]
@@ -50,6 +52,7 @@ source_set("unit_tests") {
"payment_address_unittest.cc",
"payment_method_data_unittest.cc",
"payment_request_data_util_unittest.cc",
+ "profile_util_unittest.cc",
]
deps = [
« no previous file with comments | « components/payments/content/payment_request_state.cc ('k') | components/payments/core/profile_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698