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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2658643003: Refactor GvrDelegate ownership into GvrDelegateProvider and fix more threading violations. (Closed)
Patch Set: Address comments 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
Index: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index 4e06340d04531c375ec95a746206aa082dbbde43..fdb2754002e96e5b2ce9587ac930d8622a84403d 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -68,6 +68,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"//components/security_state/core",
"//content/public/browser",
"//content/public/common",
+ "//device/gamepad",
"//device/vr",
"//ui/android",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698