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

Unified Diff: ui/gfx/BUILD.gn

Issue 1418543002: Vectorize omnibox dropdown icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gyp dependency Created 5 years, 2 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 | « components/omnibox/browser/autocomplete_match.cc ('k') | ui/gfx/vector_icons/omnibox_calculator.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index a35c384c1d03b858b935201e374cf890f668c4bf..81234e31686426ceea6ff995535f43083f4b598e 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -473,6 +473,14 @@ action("aggregate_vector_icons") {
"vector_icons/navigate_stop.1x.icon",
"vector_icons/navigate_stop.icon",
"vector_icons/notifications.icon",
+ "vector_icons/omnibox_calculator.1x.icon",
+ "vector_icons/omnibox_calculator.icon",
+ "vector_icons/omnibox_extension_app.1x.icon",
+ "vector_icons/omnibox_extension_app.icon",
+ "vector_icons/omnibox_http.icon",
+ "vector_icons/omnibox_search.icon",
+ "vector_icons/omnibox_star.1x.icon",
+ "vector_icons/omnibox_star.icon",
"vector_icons/overflow_chevron.1x.icon",
"vector_icons/overflow_chevron.icon",
"vector_icons/paintbrush.icon",
« no previous file with comments | « components/omnibox/browser/autocomplete_match.cc ('k') | ui/gfx/vector_icons/omnibox_calculator.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698