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

Unified Diff: device/vr/BUILD.gn

Issue 2041003003: Moved vr_service.mojom from blink to device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missing mojo dependency in gyp builds Created 4 years, 6 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 | « device/BUILD.gn ('k') | device/vr/android/cardboard/cardboard_vr_device.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 0d74227e558e5655af266664963ae0fa66012aef..94f5afade66574e98e9bab3b1b061272c4e4f49f 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -21,6 +21,7 @@ component("vr") {
]
deps = [
+ ":mojo_bindings",
"//base",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
@@ -60,6 +61,12 @@ static_library("fakes") {
]
}
+mojom("mojo_bindings") {
+ sources = [
+ "vr_service.mojom",
+ ]
+}
+
if (is_android) {
java_sources_needing_jni =
[ "android/java/src/org/chromium/device/vr/CardboardVRDevice.java" ]
« no previous file with comments | « device/BUILD.gn ('k') | device/vr/android/cardboard/cardboard_vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698