| 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 4e06340d04531c375ec95a746206aa082dbbde43..0d0abfbbc5c749ed77f1928e92e0dc0b7573b689 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -38,6 +38,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",
|
| @@ -64,6 +66,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",
|
|
|