| Index: chrome/browser/android/vr_shell/BUILD.gn
|
| diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
|
| index 36f06635facc431a4d3ec0fd8679cbe11edcd5e8..d4e01f1d36c6b586184166bc69c6bde64be8cfd0 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -48,6 +48,8 @@ static_library("vr_common") {
|
| "textures/presentation_toast_texture.h",
|
| "textures/render_text_wrapper.cc",
|
| "textures/render_text_wrapper.h",
|
| + "textures/splash_screen_icon_texture.cc",
|
| + "textures/splash_screen_icon_texture.h",
|
| "textures/system_indicator_texture.cc",
|
| "textures/system_indicator_texture.h",
|
| "textures/ui_texture.cc",
|
| @@ -71,6 +73,8 @@ static_library("vr_common") {
|
| "ui_elements/presentation_toast.h",
|
| "ui_elements/screen_dimmer.cc",
|
| "ui_elements/screen_dimmer.h",
|
| + "ui_elements/splash_screen_icon.cc",
|
| + "ui_elements/splash_screen_icon.h",
|
| "ui_elements/system_indicator.cc",
|
| "ui_elements/system_indicator.h",
|
| "ui_elements/textured_element.cc",
|
|
|