| 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 bc0176139a60b80cb89718aa823fc73d29a57672..d26a4cd98701358dddd241321e5b7b26a6aca841 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -36,10 +36,14 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "textures/insecure_content_permanent_texture.h",
|
| "textures/insecure_content_transient_texture.cc",
|
| "textures/insecure_content_transient_texture.h",
|
| + "textures/loading_indicator_texture.cc",
|
| + "textures/loading_indicator_texture.h",
|
| "textures/ui_texture.cc",
|
| "textures/ui_texture.h",
|
| "textures/url_bar_texture.cc",
|
| "textures/url_bar_texture.h",
|
| + "ui_elements/loading_indicator.cc",
|
| + "ui_elements/loading_indicator.h",
|
| "ui_elements/permanent_security_warning.cc",
|
| "ui_elements/permanent_security_warning.h",
|
| "ui_elements/textured_element.cc",
|
|
|