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

Unified Diff: chrome/android/BUILD.gn

Issue 2399533002: Pull in vr_shell code for webvr (Closed)
Patch Set: review Created 4 years, 2 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/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index fcf028fed554a6b822c8731be66abbda756b175c..82ec4ce3f5af17e14c21441201d668c572334718 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -246,9 +246,7 @@ android_library("chrome_java") {
]
}
- # VrActivity currently depends on ChromeTabbedActivity which is part of
- # android_java_ui.
- if (enable_vr_shell && android_java_ui) {
+ if (enable_vr_shell || enable_webvr) {
java_files += chrome_vr_java_sources
agrieve 2016/10/07 17:36:43 note: if you ever have java files that will be dif
bshe 2016/10/07 20:36:22 We are expecting to ship webvr and vr shell at M56
deps += [
"//third_party/gvr-android-sdk:gvr_base_java",

Powered by Google App Engine
This is Rietveld 408576698