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

Unified Diff: ui/gfx/BUILD.gn

Issue 1270783005: V1 of material design find in page bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mvp Created 5 years, 4 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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index a0d4e586b825c014510a1af4cff23e13f5c842d9..072072bf4845c123ef700fb32c52872b96d671d3 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -403,6 +403,12 @@ action("aggregate_vector_icons") {
"vector_icons/check_circle.icon",
"vector_icons/extension.icon",
"vector_icons/file_download_shelf.icon",
+ "vector_icons/find_close.1x.icon",
+ "vector_icons/find_close.icon",
+ "vector_icons/find_next.1x.icon",
+ "vector_icons/find_next.icon",
+ "vector_icons/find_prev.1x.icon",
+ "vector_icons/find_prev.icon",
"vector_icons/help_outline.icon",
"vector_icons/location_on.icon",
"vector_icons/notifications.icon",

Powered by Google App Engine
This is Rietveld 408576698