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

Unified Diff: ui/gfx/BUILD.gn

Issue 1354823002: Render the tab close button as a vector-based icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/gfx/vector_icons/tab_close_hovered_pressed.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 43d1104ab197c8a159a0da347f0373ab4e617d06..23ed3a4b783d3c42eb8fdced463b7196ecbc53d4 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -466,6 +466,10 @@ action("aggregate_vector_icons") {
"vector_icons/tab_audio.icon",
"vector_icons/tab_audio_muting.1x.icon",
"vector_icons/tab_audio_muting.icon",
+ "vector_icons/tab_close_hovered_pressed.1x.icon",
+ "vector_icons/tab_close_hovered_pressed.icon",
+ "vector_icons/tab_close_normal.1x.icon",
+ "vector_icons/tab_close_normal.icon",
"vector_icons/tablet.icon",
"vector_icons/translate.icon",
"vector_icons/warning.icon",
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/gfx/vector_icons/tab_close_hovered_pressed.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698