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