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

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

Issue 2879853003: [Payments] Code Refactoring for the Subkey Request (Closed)
Patch Set: Final nit Created 3 years, 7 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 8cfd8f3835d1d6bcbafa91c657dffaa83a1ec146..23078b61e9d64bd345da0c68395985244ce06241 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -33,6 +33,8 @@ static_library("core") {
"payments_profile_comparator.h",
"strings_util.cc",
"strings_util.h",
+ "subkey_requester.cc",
+ "subkey_requester.h",
]
deps = [
@@ -81,6 +83,7 @@ source_set("unit_tests") {
"payment_method_data_unittest.cc",
"payment_request_data_util_unittest.cc",
"payments_profile_comparator_unittest.cc",
+ "subkey_requester_unittest.cc",
]
deps = [
« no previous file with comments | « chrome/browser/autofill/android/personal_data_manager_android.cc ('k') | components/payments/core/subkey_requester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698