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

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

Issue 2350253004: Controller support for VrShell (Closed)
Patch Set: Clean up Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9a205f6b6f91a138d793b7b9f0fa92fc6d0f5e6..f2e7e7846ef4d45e9b26311057e51d3d60c335d3 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -18,8 +18,15 @@ static_library("vr_shell") {
"ui_elements.h",
"vr_compositor.cc",
"vr_compositor.h",
+ "vr_controller.cc",
+ "vr_controller.h",
+ "vr_controller_manager.cc",
+ "vr_controller_manager.h",
+ "vr_gesture.h",
"vr_gl_util.cc",
"vr_gl_util.h",
+ "vr_input_manager.cc",
+ "vr_input_manager.h",
"vr_math.cc",
"vr_math.h",
"vr_shell.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698