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

Unified Diff: device/vr/BUILD.gn

Issue 2814443004: Refactor VR math off of GVR types, onto gfx types where possible. (Closed)
Patch Set: Fix tests Created 3 years, 8 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 | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | device/vr/android/gvr/gvr_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 6445234b5dd9de82e76ce13c225aa76da57141af..2e40989ddf2db46375c0ab135b6093ac2e983b11 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -47,8 +47,11 @@ component("vr") {
"vr_display_impl.cc",
"vr_display_impl.h",
"vr_export.h",
+ "vr_math.cc",
+ "vr_math.h",
"vr_service_impl.cc",
"vr_service_impl.h",
+ "vr_types.h",
]
deps += [
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | device/vr/android/gvr/gvr_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698