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

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

Issue 2775283004: Rendering Daydream controller in a fixed position. (Closed)
Patch Set: Moving code to more appropriate locations. Created 3 years, 9 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/gltf_asset.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 1e35d5352e41eb31f09abdd53380dcfa267257e7..bf8188392cd78ffb66e47e1d7e68442a78b25196 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_compositor.h",
"vr_controller.cc",
"vr_controller.h",
+ "vr_controller_model.cc",
+ "vr_controller_model.h",
"vr_gesture.h",
"vr_gl_thread.cc",
"vr_gl_thread.h",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gltf_asset.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698