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

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

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: static library 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 45afdcf4490e013f046da9184a45079b7217da65..d890a5dd490eb8d3cdcb2399fb3c7277afcf6a31 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -56,6 +56,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/textured_element.cc",
"ui_elements/textured_element.h",
"ui_elements/transient_security_warning.cc",
@@ -106,6 +108,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",

Powered by Google App Engine
This is Rietveld 408576698