| 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",
|
| ]
|
| }
|
|
|