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

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

Issue 2354373002: Implement UI web contents for Vr Shell (Closed)
Patch Set: Add new deps Created 4 years, 3 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 21ce9f4c12e94d1b4281e6ae4b41522e9f867591..89ead43f19ba2d9a84dfd571f606438f5afffafe 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -31,10 +31,12 @@ static_library("vr_shell") {
deps = [
":vr_shell_jni_headers",
"//base",
+ "//content/public/common",
"//device/vr",
"//third_party/gvr-android-sdk:gvr_base_java",
"//third_party/gvr-android-sdk:gvr_common_java",
"//third_party/gvr-android-sdk:libgvr",
+ "//ui/base",
"//ui/gl",
"//ui/gl/init",
]

Powered by Google App Engine
This is Rietveld 408576698