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

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

Issue 2350253004: Controller support for VrShell (Closed)
Patch Set: removed unused files 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
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 3dfc8c6fb931b7ddcce342658924f071dd373f5f..e27622e2386b002fd9d48f665d23cb6d42f19558 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -11,6 +11,11 @@ static_library("vr_shell") {
sources = [
"ui_elements.cc",
"ui_elements.h",
+ "vr_controller.cc",
+ "vr_controller.h",
+ "vr_controller_manager.cc",
+ "vr_controller_manager.h",
+ "vr_gesture.h",
"vr_shell.cc",
"vr_shell.h",
"vr_shell_renderer.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_controller.h » ('j') | chrome/browser/android/vr_shell/vr_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698