| 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 c25fb064f59fc7e657074423a6d2a5e1a989bb33..52534d734c906c6305bc157434f91ed8c9bc5a56 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -34,6 +34,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "vr_input_manager.h",
|
| "vr_math.cc",
|
| "vr_math.h",
|
| + "vr_omnibox.cc",
|
| + "vr_omnibox.h",
|
| "vr_shell.cc",
|
| "vr_shell.h",
|
| "vr_shell_delegate.cc",
|
| @@ -60,6 +62,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| ":vr_shell_jni_headers",
|
| "//base",
|
| "//cc",
|
| + "//components/omnibox/browser",
|
| "//components/rappor",
|
| "//components/security_state/core",
|
| "//content/public/browser",
|
|
|