| 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..f4a584429b17af8b069b9b9d4f670f97b8cac27d 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -175,8 +175,10 @@ grit("image_resources") {
|
| ]
|
| }
|
|
|
| +# GYP version: WebKit/public/blink.gyp:mojo_bindings
|
| mojom("mojo_bindings") {
|
| sources = [
|
| "platform/modules/bluetooth/web_bluetooth.mojom",
|
| + "platform/modules/vr/vr_service.mojom",
|
| ]
|
| }
|
|
|