Chromium Code Reviews| Index: device/vr/BUILD.gn |
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn |
| index 5e321fd60d46f746322fbe6844ce7eb4754ebe3c..92dccdbf4798af249e7487745fd617742506e89b 100644 |
| --- a/device/vr/BUILD.gn |
| +++ b/device/vr/BUILD.gn |
| @@ -83,4 +83,7 @@ mojom("mojo_bindings") { |
| sources = [ |
| "vr_service.mojom", |
| ] |
| + export_class_attribute = "DEVICE_VR_EXPORT" |
| + export_define = "DEVICE_VR_IMPLEMENTATION=1" |
| + export_header = "device/vr/vr_export.h" |
| } |