Chromium Code Reviews| Index: device/vr/BUILD.gn |
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn |
| index 78c82b814a054f4046f6bbb3089f002455981184..b6a7720a8766310237da5d6482ccc6c592042f66 100644 |
| --- a/device/vr/BUILD.gn |
| +++ b/device/vr/BUILD.gn |
| @@ -13,11 +13,14 @@ component("vr") { |
| output_name = "device_vr" |
| sources = [ |
| + "vr_client_dispatcher.h", |
| "vr_device.cc", |
| "vr_device.h", |
| "vr_device_manager.cc", |
| "vr_device_manager.h", |
| "vr_device_provider.h", |
| + "vr_service_impl.cc", |
| + "vr_service_impl.h", |
| ] |
| deps = [ |