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

Unified Diff: content/browser/BUILD.gn

Issue 2557473003: PaymentApp: Factor out functions to serialize/deserialize manifest data. (Closed)
Patch Set: test 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 9858caf31b32b1c7c3d7e6318629d962a944d32f..392bb3dde559104e2d88f48efbe9fbc66b4037ca 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -957,8 +957,8 @@ 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_data_conversions.cc",
"payments/payment_app_data_conversions.h",
"payments/payment_app_manager.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