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

Unified Diff: device/vr/BUILD.gn

Issue 2729523002: Re-land^2 WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: move //gpu/ipc/common:interfaces deps from android-specifc to all 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
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",
]

Powered by Google App Engine
This is Rietveld 408576698