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

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

Issue 2955483003: Show splash screen when entering VR from a deep-link (Closed)
Patch Set: fix compile error on bots 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 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",

Powered by Google App Engine
This is Rietveld 408576698