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

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

Issue 2775553004: [WebPayments] Implementing Profile filter and dedupe (Closed)
Patch Set: include algo 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 f6bf9239bea9137be2bae1cc02afb36a678c135c..d2d5feae5922882f829134f8fb875dab5ca910f7 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -21,6 +21,8 @@ static_library("core") {
"payment_options_provider.h",
"payment_request_data_util.cc",
"payment_request_data_util.h",
+ "profile_util.cc",
+ "profile_util.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698