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

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

Issue 2721823002: Update content settings to new vector icon format. (Closed)
Patch Set: 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/blocked_badge.icon » ('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 7d8e89e0993a45cbb95052fea8ce525df41fb5d2..0c7351ebc0cc823b8a03d7d1c91e81c99db94730 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -11,6 +11,7 @@ aggregate_vector_icons("chrome_vector_icons") {
icons = [
"apps.icon",
"autologin.icon",
+ "blocked_badge.icon",
"bluetooth_connected.icon",
"browser_tools.icon",
"browser_tools_error.icon",
@@ -19,6 +20,7 @@ aggregate_vector_icons("chrome_vector_icons") {
"caret_down.icon",
"caret_up.1x.icon",
"caret_up.icon",
+ "code.icon",
"cookie.icon",
"crashed_tab.icon",
"credit_card.1x.icon",
@@ -36,9 +38,12 @@ aggregate_vector_icons("chrome_vector_icons") {
"folder_supervised.1x.icon",
"folder_supervised.icon",
"globe.icon",
+ "image.icon",
"incognito.1x.icon",
"incognito.icon",
"laptop.icon",
+ "mixed_content.icon",
+ "my_location.icon",
"navigate_home.1x.icon",
"navigate_home.icon",
"navigate_reload.1x.icon",
@@ -50,6 +55,7 @@ aggregate_vector_icons("chrome_vector_icons") {
"paintbrush.icon",
"sad_tab.icon",
"smartphone.icon",
+ "subresource_filter_active.icon",
"tab.icon",
"tab_audio.1x.icon",
"tab_audio.icon",
@@ -66,6 +72,8 @@ aggregate_vector_icons("chrome_vector_icons") {
"tab_usb_connected.icon",
"tablet.icon",
"translate.icon",
+ "warning_badge.icon",
+ "web.icon",
"zoom_minus.icon",
"zoom_plus.icon",
"${branding_path_component}/product.icon",
« no previous file with comments | « no previous file | chrome/app/vector_icons/blocked_badge.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698