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

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

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase 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/OWNERS » ('j') | no next file with comments »
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..7d8e89e0993a45cbb95052fea8ce525df41fb5d2 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -9,6 +9,7 @@ aggregate_vector_icons("chrome_vector_icons") {
icon_directory = "."
icons = [
+ "apps.icon",
"autologin.icon",
"bluetooth_connected.icon",
"browser_tools.icon",
@@ -18,9 +19,12 @@ aggregate_vector_icons("chrome_vector_icons") {
"caret_down.icon",
"caret_up.1x.icon",
"caret_up.icon",
+ "cookie.icon",
"crashed_tab.icon",
"credit_card.1x.icon",
"credit_card.icon",
+ "extension.icon",
+ "extension_crashed.icon",
"file_download.icon",
"file_download_incognito.1x.icon",
"file_download_incognito.icon",
@@ -31,6 +35,7 @@ aggregate_vector_icons("chrome_vector_icons") {
"folder_managed.icon",
"folder_supervised.1x.icon",
"folder_supervised.icon",
+ "globe.icon",
"incognito.1x.icon",
"incognito.icon",
"laptop.icon",
@@ -42,6 +47,8 @@ aggregate_vector_icons("chrome_vector_icons") {
"navigate_stop.icon",
"overflow_chevron.1x.icon",
"overflow_chevron.icon",
+ "paintbrush.icon",
+ "sad_tab.icon",
"smartphone.icon",
"tab.icon",
"tab_audio.1x.icon",
« no previous file with comments | « no previous file | chrome/app/vector_icons/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698