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

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

Issue 2960903002: VR: Use ToolbarModel to drive VR URL bar state. (Closed)
Patch Set: Created 3 years, 6 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 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",

Powered by Google App Engine
This is Rietveld 408576698