Chromium Code Reviews| Index: device/vr/BUILD.gn | 
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn | 
| index 622258f0e92ca2c88879ca905874870cb3c673cb..27cd5c38765bd3564724f6d43cc5aa7f619d1851 100644 | 
| --- a/device/vr/BUILD.gn | 
| +++ b/device/vr/BUILD.gn | 
| @@ -42,6 +42,7 @@ component("vr") { | 
| deps += [ | 
| "//base", | 
| + "//gpu/ipc/common:interfaces", | 
| "//mojo/public/cpp/bindings", | 
| "//ui/gfx", | 
| ] | 
| @@ -99,6 +100,7 @@ mojom("mojo_bindings") { | 
| ] | 
| public_deps = [ | 
| + "//gpu/ipc/common:interfaces", | 
| "//mojo/common:common_custom_types", | 
| ] |