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

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

Issue 2884453002: VR: audio and video capture indicators. (Closed)
Patch Set: adding missing files Created 3 years, 7 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 dac1029fe01b924f7899134379eb1aee9fa14055..2dfd6fb1081c75c04997539e94dd33f8f4e85ba7 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -38,10 +38,14 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/insecure_content_permanent_texture.h",
"textures/insecure_content_transient_texture.cc",
"textures/insecure_content_transient_texture.h",
+ "textures/system_indicator_texture.cc",
+ "textures/system_indicator_texture.h",
"textures/ui_texture.cc",
"textures/ui_texture.h",
"textures/url_bar_texture.cc",
"textures/url_bar_texture.h",
+ "ui_elements/audio_input_indicator.cc",
+ "ui_elements/audio_input_indicator.h",
"ui_elements/permanent_security_warning.cc",
"ui_elements/permanent_security_warning.h",
"ui_elements/textured_element.cc",
@@ -52,6 +56,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"ui_elements/ui_element.h",
"ui_elements/url_bar.cc",
"ui_elements/url_bar.h",
+ "ui_elements/video_input_indicator.cc",
+ "ui_elements/video_input_indicator.h",
"ui_interface.h",
"ui_scene.cc",
"ui_scene.h",

Powered by Google App Engine
This is Rietveld 408576698