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

Unified Diff: chrome/android/BUILD.gn

Issue 2219203002: Migrate WebVR Cardboard implementation to GVR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gvr_third_party
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
« no previous file with comments | « no previous file | device/vr/BUILD.gn » ('j') | device/vr/android/google_vr/google_vr_device.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 0c94d1fb520449d52c5c6bbeb3ad24779c2c2cb7..9e81785cc6bd9310b4fb455163f4aef9061a9555 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -532,6 +532,11 @@ chrome_public_apk_tmpl_shared("chrome_public_apk") {
deps = [
":chrome_public_apk_template_resources",
]
+
+ if (enable_webvr) {
+ loadable_modules = [ "$root_out_dir/libgvr.so" ]
+ deps += [ "//third_party/gvr-android-sdk:libgvr_shared_library" ]
+ }
}
chrome_public_apk_tmpl_shared("chrome_sync_shell_apk") {
« no previous file with comments | « no previous file | device/vr/BUILD.gn » ('j') | device/vr/android/google_vr/google_vr_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698