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

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

Issue 2354373002: Implement UI web contents for Vr Shell (Closed)
Patch Set: rebase 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 57d59b37b1921913fc0cee0b94461acc9b9df381..53c203e0940538219bbeda3ff183fbfbca8634bc 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -37,11 +37,13 @@ static_library("vr_shell") {
"//base",
"//cc",
"//content/public/browser",
+ "//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/android",
+ "//ui/base",
"//ui/gl",
"//ui/gl/init",
]
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java ('k') | chrome/browser/android/vr_shell/vr_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698