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

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

Issue 2960903002: VR: Use ToolbarModel to drive VR URL bar state. (Closed)
Patch Set: Update toolbar build file to include vector icons for Android. 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/url_bar_texture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 89c566d46e3e1d9fea0164e115214acb05003138..826440d6664ac8870a62d645c498c765c7ae7717 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -56,6 +56,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",
@@ -93,7 +97,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",
@@ -211,6 +215,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",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/url_bar_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698