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

Unified Diff: content/browser/BUILD.gn

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: Remove visibility restrictions - can address later if desired. 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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 826786abb707a986b1f58782d42d0b5e4a14d56e..85712c3f552ab21bc3c647b16b37498db5fb3d66 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1994,11 +1994,7 @@ source_set("browser") {
deps += [ "//ui/ozone" ]
}
- if (enable_webvr) {
clamy 2017/01/25 15:19:47 If I understand correctly this means we'll always
mthiesse 2017/01/25 15:36:13 To be honest, I'm really not sure how this managed
- deps += [ "//device/vr" ]
- } else {
- deps += [ "//device/vr:mojo_bindings" ]
- }
+ deps += [ "//device/vr" ]
if (enable_ipc_fuzzer) {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698