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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: haraken@'s + esprehn@'s comments Created 4 years, 9 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index dba669c39020196a12c6139b131f8ab066ff92de..1eca415d268a04bca4d16f162813050a5912a49e 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -180,6 +180,7 @@ mojom("mojo_bindings_blink") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/notifications/notification.mojom",
+ "platform/modules/payments/payment_request.mojom",
]
for_blink = true
variant = "wtf"
@@ -190,5 +191,6 @@ mojom("mojo_bindings") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/notifications/notification.mojom",
+ "platform/modules/payments/payment_request.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698