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

Unified Diff: ui/vector_icons/BUILD.gn

Issue 2862283002: VR: Add initial URL bar element and texture. (Closed)
Patch Set: Created 3 years, 7 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: ui/vector_icons/BUILD.gn
diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn
index 063441521ab2e4904f2ac0d64da226dc90c68c99..9d412e959201f75340e2e6865d9d58bd14244681 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -8,11 +8,14 @@ import("//ui/vector_icons/vector_icons.gni")
aggregate_vector_icons("ui_vector_icons") {
icon_directory = "."
- icons = [ "info_outline.icon" ]
+ icons = [
cjgrant 2017/05/05 16:32:22 I may split this out, as we need the lock, it come
mthiesse 2017/05/05 18:45:51 It doesn't if you rebase. I reverted my change.
cjgrant 2017/05/08 15:10:24 Done
+ "info_outline.icon",
+ "back_arrow.1x.icon",
+ "back_arrow.icon",
+ "warning.icon",
+ ]
if (!is_android) {
icons += [
- "back_arrow.1x.icon",
- "back_arrow.icon",
"business.icon",
"check_circle.icon",
"close.1x.icon",

Powered by Google App Engine
This is Rietveld 408576698