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

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: Update the links to the spec. 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/ShippingOption.idl ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2576634a35a308bd1fb9c19d4c580d18726c50a1..bde21ff7603c7189a18eb3ae5b02bb415d412b9e 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -175,8 +175,20 @@ grit("image_resources") {
]
}
+# GYP version: WebKit/public/blink.gyp:mojo_bindings_for_blink
+mojom("mojo_bindings_for_blink") {
+ for_blink = true
+ variant = "blink"
+ sources = [
+ "platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/payments/payment_request.mojom",
+ ]
+}
+
+# GYP version: WebKit/public/blink.gyp:mojo_bindings
mojom("mojo_bindings") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/payments/payment_request.mojom",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/payments/ShippingOption.idl ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698