| 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",
|
|
|