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

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: 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 d60742d253ff2496305f20454c333b3f9b3c8255..4f6693a5327621d1252f16e8ef8293b5204dd1cb 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -175,7 +175,9 @@ grit("image_resources") {
}
mojom("mojo_bindings") {
+ for_blink = true
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/payments/payment_request.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698