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

Unified Diff: device/vr/BUILD.gn

Issue 2584343002: WIP: working copy-no-compositor path
Patch Set: StatTracker destructor, delete old magic numbers, mojo export 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..92dccdbf4798af249e7487745fd617742506e89b 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -83,4 +83,7 @@ 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