| Index: device/vr/BUILD.gn
|
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
|
| index 5e321fd60d46f746322fbe6844ce7eb4754ebe3c..5d2ab6469c59ea083b114b9a16f26a71f288cc8e 100644
|
| --- a/device/vr/BUILD.gn
|
| +++ b/device/vr/BUILD.gn
|
| @@ -83,4 +83,12 @@ mojom("mojo_bindings") {
|
| sources = [
|
| "vr_service.mojom",
|
| ]
|
| +
|
| + public_deps = [
|
| + "//mojo/common:common_custom_types",
|
| + ]
|
| +
|
| + export_class_attribute = "DEVICE_VR_EXPORT"
|
| + export_define = "DEVICE_VR_IMPLEMENTATION=1"
|
| + export_header = "device/vr/vr_export.h"
|
| }
|
|
|