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

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

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 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 | « ash/resources/vector_icons/vector_icons.h.template ('k') | chrome/app/vector_icons/autologin.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 abc780f83cc5c2ed7bdfd71e15a0d68af7ffbd2a..9561cbd8013621478747e766b677ac23c4eeee97 100644
--- a/chrome/app/vector_icons/BUILD.gn
+++ b/chrome/app/vector_icons/BUILD.gn
@@ -8,6 +8,8 @@ action("aggregate_vector_icons") {
script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
icons = [
+ "autologin.icon",
+ "bluetooth_connected.icon",
"browser_tools.icon",
"browser_tools_error.icon",
"browser_tools_update.icon",
@@ -15,6 +17,17 @@ action("aggregate_vector_icons") {
"caret_down.icon",
"caret_up.1x.icon",
"caret_up.icon",
+ "crashed_tab.icon",
+ "credit_card.1x.icon",
+ "credit_card.icon",
+ "folder.1x.icon",
+ "folder.icon",
+ "folder_managed.1x.icon",
+ "folder_managed.icon",
+ "folder_supervised.1x.icon",
+ "folder_supervised.icon",
+ "incognito.1x.icon",
+ "incognito.icon",
"laptop.icon",
"navigate_back.1x.icon",
"navigate_back.icon",
@@ -26,6 +39,8 @@ action("aggregate_vector_icons") {
"navigate_reload.icon",
"navigate_stop.1x.icon",
"navigate_stop.icon",
+ "overflow_chevron.1x.icon",
+ "overflow_chevron.icon",
"smartphone.icon",
"tab.icon",
"tab_audio.1x.icon",
@@ -42,6 +57,9 @@ action("aggregate_vector_icons") {
"tab_usb_connected.1x.icon",
"tab_usb_connected.icon",
"tablet.icon",
+ "translate.icon",
+ "zoom_minus.icon",
+ "zoom_plus.icon",
]
output_cc = "$target_gen_dir/vector_icons.cc"
« no previous file with comments | « ash/resources/vector_icons/vector_icons.h.template ('k') | chrome/app/vector_icons/autologin.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698