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

Unified Diff: content/browser/BUILD.gn

Issue 2635293002: 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('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 6e33ca3a56f4101853fa80b4ab39bc926633b56e..660a42da03ac7718f88a5b835910ee9e9737da26 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1948,6 +1948,8 @@ source_set("browser") {
if (enable_webvr) {
deps += [ "//device/vr" ]
+ } else {
+ deps += [ "//device/vr:mojo_bindings" ]
}
if (enable_ipc_fuzzer) {
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698