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

Unified Diff: device/vr/BUILD.gn

Issue 2729523002: Re-land^2 WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: Rebase to 11e28fd6b9380b77273db51ef0b6ccc7ea341944 Created 3 years, 9 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_renderer.cc ('k') | device/vr/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 622258f0e92ca2c88879ca905874870cb3c673cb..27cd5c38765bd3564724f6d43cc5aa7f619d1851 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -42,6 +42,7 @@ component("vr") {
deps += [
"//base",
+ "//gpu/ipc/common:interfaces",
"//mojo/public/cpp/bindings",
"//ui/gfx",
]
@@ -99,6 +100,7 @@ mojom("mojo_bindings") {
]
public_deps = [
+ "//gpu/ipc/common:interfaces",
"//mojo/common:common_custom_types",
]
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | device/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698