| 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") {
|
|
|