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

Unified Diff: third_party/WebKit/Source/modules/vr/BUILD.gn

Issue 2603553002: Ports VRService to be hosted in the device service.
Patch Set: Ports VRService to be hosted in the device service. Created 4 years 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: third_party/WebKit/Source/modules/vr/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/vr/BUILD.gn b/third_party/WebKit/Source/modules/vr/BUILD.gn
index 61b70afcdacf8d50a190ed3d7921455a99d57bc2..808c735752ea0d263753fa230e9634d2762bac3d 100644
--- a/third_party/WebKit/Source/modules/vr/BUILD.gn
+++ b/third_party/WebKit/Source/modules/vr/BUILD.gn
@@ -31,5 +31,8 @@ blink_modules_sources("vr") {
deps = [
"//device/vr:mojo_bindings_blink",
+ "//services/device/public/interfaces:interfaces_blink",
+ "//services/service_manager/public/interfaces:interfaces_blink",
+ "//third_party/WebKit/Source/platform",
]
}

Powered by Google App Engine
This is Rietveld 408576698