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

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

Issue 2891503002: VR: UiElement for Screen Capture indicator (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
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 2743389e3a5a429bd7a1ebf86a661f1be0f5be7f..2fe07d6fa6fbb5126075beea3fb2c0e572fe8bf0 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -62,6 +62,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"ui_elements/loading_indicator.h",
"ui_elements/permanent_security_warning.cc",
"ui_elements/permanent_security_warning.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/textured_element.cc",
@@ -114,6 +116,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"//components/omnibox/browser",
"//components/rappor",
"//components/security_state/core",
+ "//components/vector_icons",
"//content/public/android:jni",
"//content/public/browser",
"//content/public/common",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698