| 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 0f916c630e7cb1ff48144d01df66f78c8459aab2..6182fa39c8720be4bb68d6f89e1f1c0e0e4c5c44 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -59,6 +59,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "//base",
|
| "//cc",
|
| "//components/rappor",
|
| + "//components/security_state/core",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| "//device/vr",
|
| @@ -94,7 +95,9 @@ if (enable_webvr) {
|
| ":vr_common",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| + "//chrome/browser",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/public:blink",
|
| "//ui/gfx/geometry",
|
| ]
|
| }
|
|
|