| 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 239955b666acc13c895cb9568dc1eae7b57da811..f32f6b5f1979b2a720dad7768ba7f26d4486de2b 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -47,6 +47,8 @@ static_library("vr_common") {
|
| "textures/loading_indicator_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",
|
| @@ -72,6 +74,8 @@ static_library("vr_common") {
|
| "ui_elements/screen_capture_indicator.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/textured_element.cc",
|
| "ui_elements/textured_element.h",
|
| "ui_elements/transient_security_warning.cc",
|
|
|