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

Unified Diff: content/browser/BUILD.gn

Issue 2630003002: Ensure navigator.getVRDisplays always resolves. (Closed)
Patch Set: 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 51b4a3725794466139a186baae0f054e889c9258..079bb3f7402981051c6b9b18d8c8808c29e7d841 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1987,6 +1987,8 @@ source_set("browser") {
if (enable_webvr) {
deps += [ "//device/vr" ]
+ } else {
+ deps += [ "//device/vr:mojo_bindings" ]
}
if (enable_ipc_fuzzer) {

Powered by Google App Engine
This is Rietveld 408576698