Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2694103006: Inject vr controller events into Android Native UI. (Closed)
Patch Set: Fix presubmit Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698