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", |