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

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

Issue 2884453002: VR: audio and video capture indicators. (Closed)
Patch Set: rebase 2 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.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 404275f5f4eaae21dc3abaec84aa5ca11adc376b..45afdcf4490e013f046da9184a45079b7217da65 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -42,10 +42,14 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/insecure_content_transient_texture.h",
"textures/loading_indicator_texture.cc",
"textures/loading_indicator_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_capture_indicator.cc",
+ "ui_elements/audio_capture_indicator.h",
"ui_elements/close_button.cc",
"ui_elements/close_button.h",
"ui_elements/loading_indicator.cc",
@@ -60,6 +64,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_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/textures/insecure_content_permanent_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698