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

Unified Diff: content/browser/BUILD.gn

Issue 2925063003: [Payments] Implement payment instrument icons (Closed)
Patch Set: fix comment lines Created 3 years, 6 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
« no previous file with comments | « components/payments/mojom/payment_app.mojom ('k') | content/browser/payments/payment_app.proto » ('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 8f609b8fc87bcfe6a77c8d4048aedaae382e6c49..31d34d8716e5a9cf1bb69e6b11aa11e75b38a2a2 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -109,6 +109,7 @@ source_set("browser") {
"//services/catalog:constants",
"//services/catalog/public/cpp",
"//services/catalog/public/interfaces:constants",
+ "//services/data_decoder/public/cpp",
"//services/data_decoder/public/interfaces",
"//services/device:lib",
"//services/device/public/interfaces",
@@ -1067,6 +1068,8 @@ source_set("browser") {
"payments/payment_app_database.h",
"payments/payment_app_provider_impl.cc",
"payments/payment_app_provider_impl.h",
+ "payments/payment_instrument_icon_fetcher.cc",
+ "payments/payment_instrument_icon_fetcher.h",
"payments/payment_manager.cc",
"payments/payment_manager.h",
"permissions/permission_service_context.cc",
« no previous file with comments | « components/payments/mojom/payment_app.mojom ('k') | content/browser/payments/payment_app.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698