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

Unified Diff: ui/gfx/BUILD.gn

Issue 1364913005: Update some more infobars to use vector icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac 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 | « components/infobars/core/simple_alert_infobar_delegate.cc ('k') | ui/gfx/vector_icons/autologin.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 b0caf15c769b9cdf1583bb8a21cbe034e4d9bfc5..da5c01512ac7aaf98b04042ef7a041bff0631999 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -424,6 +424,7 @@ action("aggregate_vector_icons") {
"vector_icons/account_child_invert.icon",
"vector_icons/apps.icon",
"vector_icons/autofill.icon",
+ "vector_icons/autologin.icon",
"vector_icons/bar_close.1x.icon",
"vector_icons/bar_close.icon",
"vector_icons/blocked_badge.icon",
@@ -433,6 +434,7 @@ action("aggregate_vector_icons") {
"vector_icons/crashed_tab.icon",
"vector_icons/error_circle.icon",
"vector_icons/extension.icon",
+ "vector_icons/extension_crashed.icon",
"vector_icons/file_download.icon",
"vector_icons/file_download_incognito.1x.icon",
"vector_icons/file_download_incognito.icon",
@@ -638,7 +640,9 @@ test("gfx_unittests") {
"//ui/resources:ui_test_pak",
]
- data_deps = [ "//ui/resources:ui_test_pak" ]
+ data_deps = [
+ "//ui/resources:ui_test_pak",
+ ]
if (!is_mac && !is_ios) {
sources += [
« no previous file with comments | « components/infobars/core/simple_alert_infobar_delegate.cc ('k') | ui/gfx/vector_icons/autologin.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698