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

Unified Diff: ui/vector_icons/BUILD.gn

Issue 2656463002: Implement MD simple gesture nav (Closed)
Patch Set: Rebased Created 3 years, 10 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 | « content/browser/web_contents/aura/gesture_nav_simple.cc ('k') | ui/vector_icons/back_arrow.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/vector_icons/BUILD.gn
diff --git a/ui/vector_icons/BUILD.gn b/ui/vector_icons/BUILD.gn
index c299793bdac314f5bbd52448ed92f067a10106c9..03babe01b4cfcd3fc30cf1bf270656d42bac78a1 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -10,6 +10,10 @@ aggregate_vector_icons("ui_vector_icons") {
icons = [
"close.1x.icon",
"close.icon",
+ "back_arrow.1x.icon",
Evan Stade 2017/02/08 16:08:10 nit: alphabetize
mohsen 2017/02/08 20:52:03 Oops! Done.
+ "back_arrow.icon",
+ "forward_arrow.1x.icon",
+ "forward_arrow.icon",
]
}
« no previous file with comments | « content/browser/web_contents/aura/gesture_nav_simple.cc ('k') | ui/vector_icons/back_arrow.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698