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

Unified Diff: components/toolbar/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
Index: components/toolbar/BUILD.gn
diff --git a/components/toolbar/BUILD.gn b/components/toolbar/BUILD.gn
index 0f1cc9f0e6a8129d6490a44ccde7ad332715a1ab..d10a79f3eae9fedbb8892a9a456db1e111f2ca7c 100644
--- a/components/toolbar/BUILD.gn
+++ b/components/toolbar/BUILD.gn
@@ -59,7 +59,7 @@ static_library("toolbar") {
"//ui/gfx",
]
- if (!is_android && !is_ios) {
+ if (!is_ios) {
deps += [ ":vector_icons" ]
}
}
« no previous file with comments | « chrome/browser/android/vr_shell/vr_web_contents_observer.cc ('k') | components/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698