| 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 b5573b77e4de63ab9cf122e75adc91b1d659dfc7..fd7b38e99d8cd9fbb1e242c66d934b3a0eb209da 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -13,6 +13,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| defines = []
|
|
|
| sources = [
|
| + "android_ui_gesture_target.cc",
|
| + "android_ui_gesture_target.h",
|
| "animation.cc",
|
| "animation.h",
|
| "easing.cc",
|
| @@ -65,6 +67,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "//components/omnibox/browser",
|
| "//components/rappor",
|
| "//components/security_state/core",
|
| + "//content/public/android:jni",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| "//device/gamepad",
|
|
|