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

Unified Diff: device/vr/BUILD.gn

Issue 2252103002: Introduce ChromeVR to Chrome on Android (behind a build flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index f82ea8b94000e776123468c74e9a6540e2f456cc..6b062e208712a840a1dd354941b8740a32b26b0a 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -82,7 +82,7 @@ if (is_android) {
java_files = java_sources_needing_jni
deps = [
"//base:base_java",
- "//third_party/cardboard-java:cardboard-java",
+ "//third_party/gvr-android-sdk:gvr_base_java",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698