| 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",
|
| ]
|
|
|