Index: chrome/android/BUILD.gn |
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
index f4363175e032d5753a0b9f273b141fe6f91b2a63..e96de359fdf0f7310886b6fa6b6c28006ad1650e 100644 |
--- a/chrome/android/BUILD.gn |
+++ b/chrome/android/BUILD.gn |
@@ -552,6 +552,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") { |