Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2877133002: VR: Add a loading indicator to the scene. (Closed)
Patch Set: Rebase onto render text change. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/loading_indicator_texture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7823b77f71946faa57dd107c7429c26f8faed3df..404275f5f4eaae21dc3abaec84aa5ca11adc376b 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -40,12 +40,16 @@ 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/close_button.cc",
"ui_elements/close_button.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",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/loading_indicator_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698