Chromium Code Reviews| Index: device/vr/BUILD.gn |
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn |
| index 860b4881ef3c6bf58d8bd54b8a6def9fd6ffc6e4..56de7b03eff2eaae59489d9f9ec504eb19ea525c 100644 |
| --- a/device/vr/BUILD.gn |
| +++ b/device/vr/BUILD.gn |
| @@ -13,9 +13,10 @@ component("vr") { |
| output_name = "device_vr" |
| sources = [ |
| - "vr_client_dispatcher.h", |
| "vr_device.cc", |
| "vr_device.h", |
| + "vr_device_client_impl.cc", |
| + "vr_device_client_impl.h", |
| "vr_device_manager.cc", |
| "vr_device_manager.h", |
| "vr_device_provider.h", |