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

Unified Diff: content/browser/BUILD.gn

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error Created 4 years, 1 month 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 | « components/payments/payment_app.mojom ('k') | content/browser/DEPS » ('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 0b55d36a557a6e021ce5de43b9deca2d73333e55..458520734146883b0650e895794e923c15f8e0da 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -42,6 +42,7 @@ source_set("browser") {
"//components/leveldb:lib",
"//components/link_header_util",
"//components/mime_util",
+ "//components/payments:payment_app",
"//components/tracing",
"//components/tracing:startup_tracing",
"//components/url_formatter",
@@ -929,6 +930,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_manager.cc",
+ "payments/payment_app_manager.h",
"permissions/permission_service_context.cc",
"permissions/permission_service_context.h",
"permissions/permission_service_impl.cc",
« no previous file with comments | « components/payments/payment_app.mojom ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698