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

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

Issue 2775553004: [WebPayments] Implementing Profile filter and dedupe (Closed)
Patch Set: now with tests that hopefully pass 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 f6bf9239bea9137be2bae1cc02afb36a678c135c..a7271f2e18837e86f342c1f7488a6369623c88c7 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 = [
@@ -42,6 +44,7 @@ source_set("unit_tests") {
"currency_formatter_unittest.cc",
"payment_address_unittest.cc",
"payment_request_data_util_unittest.cc",
+ "profile_util_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698