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

Unified Diff: device/vr/vr_service.mojom

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/vr/vr_device_manager_unittest.cc ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_service.mojom
diff --git a/third_party/WebKit/public/platform/modules/vr/vr_service.mojom b/device/vr/vr_service.mojom
similarity index 98%
rename from third_party/WebKit/public/platform/modules/vr/vr_service.mojom
rename to device/vr/vr_service.mojom
index 788b58cbca52201ac89ec2dbc5347885d8d50457..fb9bdb564083806bae14274cf8ccbf444cabcf8b 100644
--- a/third_party/WebKit/public/platform/modules/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module blink.mojom;
+module device;
// A field of view, given by 4 degrees describing the view from a center point.
struct VRFieldOfView {
« no previous file with comments | « device/vr/vr_device_manager_unittest.cc ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698