| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index cdb9db17d52a63cbb5b834bc09df2d7ef2366bfd..e25c3bdca5ae155c5c89753cf4664b24ca82b6bd 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -3680,6 +3680,10 @@ split_static_library("browser") {
|
|
|
| if (enable_vr) {
|
| if (is_android) {
|
| + sources += [
|
| + "android/vr_shell/vr_tab_helper.cc",
|
| + "android/vr_shell/vr_tab_helper.h",
|
| + ]
|
| deps += [ "android/vr_shell:vr_common" ]
|
| configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
|
| }
|
|
|