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

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

Issue 2913633002: [vr] Clicking on the security icon should prompt the user to bail out of VR (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/vr_shell/color_scheme.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 4dedfb9c82a50d7f280966f50592406ca6229caa..c886e77a28d0edb5d9d631bf695022a6ba8b95bc 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -33,6 +33,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/button_texture.h",
"textures/close_button_texture.cc",
"textures/close_button_texture.h",
+ "textures/exit_prompt_texture.cc",
+ "textures/exit_prompt_texture.h",
"textures/exit_warning_texture.cc",
"textures/exit_warning_texture.h",
"textures/insecure_content_permanent_texture.cc",
@@ -54,6 +56,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"ui_elements/audio_capture_indicator.h",
"ui_elements/button.cc",
"ui_elements/button.h",
+ "ui_elements/exit_prompt.cc",
+ "ui_elements/exit_prompt.h",
"ui_elements/exit_warning.cc",
"ui_elements/exit_warning.h",
"ui_elements/loading_indicator.cc",
@@ -198,6 +202,7 @@ test("vr_shell_unittests") {
"test/paths.h",
"textures/close_button_texture_unittest.cc",
"textures/url_bar_texture_unittest.cc",
+ "ui_elements/exit_prompt_unittest.cc",
"ui_elements/ui_element_unittest.cc",
"ui_scene_manager_unittest.cc",
"ui_scene_unittest.cc",
@@ -211,6 +216,7 @@ test("vr_shell_unittests") {
"//skia",
"//testing/gmock",
"//testing/gtest",
+ "//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/gl",
]
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/vr_shell/color_scheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698