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

Unified Diff: ui/vector_icons/BUILD.gn

Issue 2656463002: Implement MD simple gesture nav (Closed)
Patch Set: Simplified ThreePartImage test 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 | « ui/resources/ui_resources.grd ('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..52e95265abf690ba8eac0aaaf716976f959d8695 100644
--- a/ui/vector_icons/BUILD.gn
+++ b/ui/vector_icons/BUILD.gn
@@ -8,8 +8,12 @@ aggregate_vector_icons("ui_vector_icons") {
icon_directory = "."
icons = [
+ "back_arrow.1x.icon",
+ "back_arrow.icon",
"close.1x.icon",
"close.icon",
+ "forward_arrow.1x.icon",
+ "forward_arrow.icon",
]
}
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/vector_icons/back_arrow.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698