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

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

Issue 2950173002: VR: System indicator rework. (Closed)
Patch Set: Address comments; increase size slightly for readability, now that position is dynamic. 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/gl_browser_interface.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 8135050c7e6ae489ca287c59d8f8ba800be3fb76..36f06635facc431a4d3ec0fd8679cbe11edcd5e8 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -55,8 +55,6 @@ static_library("vr_common") {
"textures/url_bar_texture.cc",
"textures/url_bar_texture.h",
"ui_browser_interface.h",
- "ui_elements/audio_capture_indicator.cc",
- "ui_elements/audio_capture_indicator.h",
"ui_elements/button.cc",
"ui_elements/button.h",
"ui_elements/exit_prompt.cc",
@@ -67,16 +65,14 @@ static_library("vr_common") {
"ui_elements/exit_warning.h",
"ui_elements/loading_indicator.cc",
"ui_elements/loading_indicator.h",
- "ui_elements/location_access_indicator.cc",
- "ui_elements/location_access_indicator.h",
"ui_elements/permanent_security_warning.cc",
"ui_elements/permanent_security_warning.h",
"ui_elements/presentation_toast.cc",
"ui_elements/presentation_toast.h",
- "ui_elements/screen_capture_indicator.cc",
- "ui_elements/screen_capture_indicator.h",
"ui_elements/screen_dimmer.cc",
"ui_elements/screen_dimmer.h",
+ "ui_elements/system_indicator.cc",
+ "ui_elements/system_indicator.h",
"ui_elements/textured_element.cc",
"ui_elements/textured_element.h",
"ui_elements/transient_security_warning.cc",
@@ -88,8 +84,6 @@ static_library("vr_common") {
"ui_elements/ui_element_debug_id.h",
"ui_elements/url_bar.cc",
"ui_elements/url_bar.h",
- "ui_elements/video_capture_indicator.cc",
- "ui_elements/video_capture_indicator.h",
"ui_interface.h",
"ui_scene.cc",
"ui_scene.h",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gl_browser_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698