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

Unified Diff: device/vr/BUILD.gn

Issue 2738683002: WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: Less hacked up version 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_gpu_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..c9b46c9e945adb05023e97394ef2fc5ba69c14b3 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -60,6 +60,7 @@ component("vr") {
deps += [
"//device/gamepad",
+ "//gpu/ipc/common:interfaces",
"//third_party/WebKit/public:blink_headers",
]
ldflags = [ "-landroid" ]
@@ -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_gpu_renderer.cc ('k') | device/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698