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

Unified Diff: device/vr/BUILD.gn

Issue 2814443004: Refactor VR math off of GVR types, onto gfx types where possible. (Closed)
Patch Set: 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
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 53ad4012a3400e213d29bc01d540cf48f31f0265..e811748cd6bb325573b94da45c8fabda76d3e368 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -43,8 +43,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 += [

Powered by Google App Engine
This is Rietveld 408576698