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

Unified Diff: device/vr/BUILD.gn

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: Finish implementation Created 3 years, 11 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 5e321fd60d46f746322fbe6844ce7eb4754ebe3c..b61d8d204fbe294a84cf7fa218d8a2cf7e015163 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -83,4 +83,8 @@ mojom("mojo_bindings") {
sources = [
"vr_service.mojom",
]
+
+ export_class_attribute = "DEVICE_VR_EXPORT"
+ export_define = "DEVICE_VR_IMPLEMENTATION=1"
+ export_header = "device/vr/vr_export.h"
}

Powered by Google App Engine
This is Rietveld 408576698