| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index aa5117c91f1478e89550644eb5e1d28a7eb27969..dba669c39020196a12c6139b131f8ab066ff92de 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -175,6 +175,17 @@ grit("image_resources") {
|
| ]
|
| }
|
|
|
| +# GYP version: WebKit/public/blink.gyp:mojo_bindings_blink_mojom
|
| +mojom("mojo_bindings_blink") {
|
| + sources = [
|
| + "platform/modules/bluetooth/web_bluetooth.mojom",
|
| + "platform/modules/notifications/notification.mojom",
|
| + ]
|
| + for_blink = true
|
| + variant = "wtf"
|
| +}
|
| +
|
| +# GYP version: WebKit/public/blink.gyp:mojo_bindings_mojom
|
| mojom("mojo_bindings") {
|
| sources = [
|
| "platform/modules/bluetooth/web_bluetooth.mojom",
|
|
|