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

Unified Diff: content/public/browser/BUILD.gn

Issue 2873683002: PaymentHandler: Implement GetAllPaymentApps(). (Closed)
Patch Set: PaymentHandler: Implement GetAllPaymentApps(). Created 3 years, 7 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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index ceb3ed95f06e3673390628f69bdacc33708d6264..b60903b623117fb29d24579589a37d69e2d6bd78 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -131,6 +131,8 @@ source_set("browser_sources") {
"host_zoom_map.h",
"indexed_db_context.h",
"indexed_db_info.h",
+ "installed_payment_instrument.cc",
+ "installed_payment_instrument.h",
"interstitial_page.h",
"interstitial_page_delegate.cc",
"interstitial_page_delegate.h",

Powered by Google App Engine
This is Rietveld 408576698