| Index: third_party/WebKit/Source/modules/vr/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/vr/BUILD.gn b/third_party/WebKit/Source/modules/vr/BUILD.gn
|
| index 61b70afcdacf8d50a190ed3d7921455a99d57bc2..3e383d162dbf6bfd427032cbdfe373dab575df9f 100644
|
| --- a/third_party/WebKit/Source/modules/vr/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/vr/BUILD.gn
|
| @@ -31,5 +31,7 @@ blink_modules_sources("vr") {
|
|
|
| deps = [
|
| "//device/vr:mojo_bindings_blink",
|
| + "//services/device/public/interfaces:constants_blink",
|
| + "//services/service_manager/public/cpp",
|
| ]
|
| }
|
|
|