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

Unified Diff: content/browser/BUILD.gn

Issue 2572183002: PaymentApp: Introduce PaymentAppDatabase class. (Closed)
Patch Set: Created 4 years 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index cef643725b506591bfa2e5118e634c75f253227d..7e20f95b76d23b5ab392faaad708717b0c342c49 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -958,6 +958,8 @@ source_set("browser") {
"notifications/type_converters.h",
"payments/payment_app_context_impl.cc",
"payments/payment_app_context_impl.h",
+ "payments/payment_app_database.cc",
+ "payments/payment_app_database.h",
"payments/payment_app_manager.cc",
"payments/payment_app_manager.h",
"permissions/permission_service_context.cc",

Powered by Google App Engine
This is Rietveld 408576698