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

Unified Diff: content/browser/BUILD.gn

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: oops 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 587428e2153875a9e6b1ea717880f50f781d8808..0a5b7f4a2d6c8e028c147106c166185d67774351 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -2001,7 +2001,7 @@ source_set("browser") {
if (enable_webvr) {
deps += [ "//device/vr" ]
} else {
- deps += [ "//device/vr:mojo_bindings" ]
+ deps += [ "//device/vr:mojo_only" ]
}
if (enable_ipc_fuzzer) {
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698