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

Unified Diff: components/payments/BUILD.gn

Issue 2615063002: PaymentApp: Add interfaces for implementing InvokePaymentApp(). (Closed)
Patch Set: PaymentApp: Add interfaces for implementing InvokePaymentApp(). Created 3 years, 11 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 | « no previous file | components/payments/payment_app.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/BUILD.gn
diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
index 924122beec489c7c06b64ab14a0aaaeb5601f7d8..0e6ece499e8f4546f23b6675aafe825875ecfcc7 100644
--- a/components/payments/BUILD.gn
+++ b/components/payments/BUILD.gn
@@ -20,7 +20,9 @@ mojom("payment_app") {
]
public_deps = [
+ ":payment_request",
"//mojo/common:common_custom_types",
+ "//url/mojo:url_mojom_gurl",
]
}
« no previous file with comments | « no previous file | components/payments/payment_app.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698