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

Unified Diff: device/vr/BUILD.gn

Issue 2729523002: Re-land^2 WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: Comments only, add explanations from review thread. 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..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",
]

Powered by Google App Engine
This is Rietveld 408576698