| Index: chrome/browser/android/vr_shell/BUILD.gn
|
| diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
|
| index fd7b38e99d8cd9fbb1e242c66d934b3a0eb209da..3cda088cf39c8cb3509eb173ee925b1e1a5a7d2f 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -19,6 +19,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "animation.h",
|
| "easing.cc",
|
| "easing.h",
|
| + "mailbox_to_surface_bridge.cc",
|
| + "mailbox_to_surface_bridge.h",
|
| "non_presenting_gvr_delegate.cc",
|
| "non_presenting_gvr_delegate.h",
|
| "ui_elements.cc",
|
| @@ -72,6 +74,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "//content/public/common",
|
| "//device/gamepad",
|
| "//device/vr",
|
| + "//services/ui/public/cpp/gpu",
|
| "//ui/android",
|
| "//ui/base",
|
| "//ui/display",
|
|
|