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

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

Issue 2795793002: Implementation of elbow model for the controller position and rotation. (Closed)
Patch Set: 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
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 bf8188392cd78ffb66e47e1d7e68442a78b25196..798b84207469ccc40df3daecd89f4db831471d75 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -20,6 +20,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"animation.h",
"easing.cc",
"easing.h",
+ "elbow_model.cc",
+ "elbow_model.h",
"gltf_asset.cc",
"gltf_asset.h",
"gltf_parser.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/elbow_model.h » ('j') | chrome/browser/android/vr_shell/elbow_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698