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

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: Disable WTF-Mojo string serialization for now. 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..410698d6d847624eea1f12742ec0faa0b7f38e5c 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -174,8 +174,18 @@ grit("image_resources") {
]
}
+mojom("mojo_bindings_for_blink") {
+ for_blink = true
+ variant = "blink"
+ sources = [
+ "platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/payments/payment_request.mojom",
+ ]
+}
+
mojom("mojo_bindings") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/payments/payment_request.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698