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

Unified Diff: chrome/app/vector_icons/BUILD.gn

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: mac fix 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 | « no previous file | chrome/app/vector_icons/apps.icon » ('j') | ui/vector_icons/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/BUILD.gn
diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
index 131143666272bfc34d9cf0b5efe22d052fc7cf87..0f7b56caff787d5347c955aab4d43ff7d9ef31fd 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -9,6 +9,11 @@ aggregate_vector_icons("chrome_vector_icons") {
icon_directory = "."
icons = [
+ "apps.icon",
sky 2017/02/22 21:10:43 Keep sorted?
Evan Stade 2017/02/22 21:30:11 whoops. I thought gn format would do that for me.
+ "cookie.icon",
+ "globe.icon",
+ "paintbrush.icon",
+ "sad_tab.icon",
"autologin.icon",
"bluetooth_connected.icon",
"browser_tools.icon",
« no previous file with comments | « no previous file | chrome/app/vector_icons/apps.icon » ('j') | ui/vector_icons/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698