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

Unified Diff: content/browser/BUILD.gn

Issue 2560293002: PaymentApp: Introduce PaymentAppDatabase class. (Closed)
Patch Set: PaymentApp: Introduce PaymentAppDatabase class. 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
« no previous file with comments | « no previous file | content/browser/payments/payment_app_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 5bd8c9819d0fd4fb47d5ffa7d19fc118166abc3b..11059a73e83142dc99a52159da636de464390a8b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -957,8 +957,10 @@ source_set("browser") {
"notifications/platform_notification_context_impl.h",
"notifications/type_converters.cc",
"notifications/type_converters.h",
- "payments/payment_app_context.cc",
- "payments/payment_app_context.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",
« no previous file with comments | « no previous file | content/browser/payments/payment_app_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698