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

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

Issue 2955483003: Show splash screen when entering VR from a deep-link (Closed)
Patch Set: . Created 3 years, 6 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
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",

Powered by Google App Engine
This is Rietveld 408576698