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

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

Issue 2955023002: VR: Factor transient timing out of UiSceneManager. (Closed)
Patch Set: Rebase again onto ExclusivePresentationToast class/file rename. 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 | « no previous file | chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.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 cbf1cf0777d7796f090a5d14d8189f8378aaee84..65061f1951a92ff2c563eb84d24e0ca630928fd7 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -78,6 +78,8 @@ static_library("vr_common") {
"ui_elements/system_indicator.h",
"ui_elements/textured_element.cc",
"ui_elements/textured_element.h",
+ "ui_elements/transience_manager.cc",
+ "ui_elements/transience_manager.h",
"ui_elements/transient_url_bar.cc",
"ui_elements/transient_url_bar.h",
"ui_elements/ui_element.cc",
@@ -207,6 +209,7 @@ test("vr_common_unittests") {
"textures/close_button_texture_unittest.cc",
"textures/url_bar_texture_unittest.cc",
"ui_elements/exit_prompt_unittest.cc",
+ "ui_elements/transience_manager_unittest.cc",
"ui_elements/ui_element_unittest.cc",
"ui_scene_manager_unittest.cc",
"ui_scene_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698