| 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 36f06635facc431a4d3ec0fd8679cbe11edcd5e8..6138bb95649f203ccee11d23ba56fbf62d5e5f55 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -54,6 +54,10 @@ static_library("vr_common") {
|
| "textures/ui_texture.h",
|
| "textures/url_bar_texture.cc",
|
| "textures/url_bar_texture.h",
|
| + "toolbar_helper.cc",
|
| + "toolbar_helper.h",
|
| + "toolbar_state.cc",
|
| + "toolbar_state.h",
|
| "ui_browser_interface.h",
|
| "ui_elements/button.cc",
|
| "ui_elements/button.h",
|
| @@ -98,7 +102,7 @@ static_library("vr_common") {
|
| "//chrome/app:generated_resources",
|
| "//components/security_state/core",
|
| "//components/strings",
|
| - "//components/toolbar:vector_icons",
|
| + "//components/toolbar",
|
| "//components/url_formatter",
|
| "//components/vector_icons",
|
| "//skia",
|
| @@ -216,6 +220,7 @@ test("vr_common_unittests") {
|
| "//base/test:test_support",
|
| "//components:components_tests_pak",
|
| "//components/security_state/core",
|
| + "//components/toolbar:vector_icons",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|