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