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

Unified Diff: ash/resources/vector_icons/BUILD.gn

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Fix vector icons (2nd try) Created 4 years, 1 month 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
Index: ash/resources/vector_icons/BUILD.gn
diff --git a/ash/resources/vector_icons/BUILD.gn b/ash/resources/vector_icons/BUILD.gn
index d618616613d6211ec21c10dc6658cdc376a479b6..728f41af48dfda10391a02fd5d974e2ffd59fd7c 100644
--- a/ash/resources/vector_icons/BUILD.gn
+++ b/ash/resources/vector_icons/BUILD.gn
@@ -8,6 +8,8 @@ action("aggregate_vector_icons") {
script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
icons = [
+ "display_notification.1x.icon",
+ "display_notification.icon",
"ime_menu_emoticon.1x.icon",
"ime_menu_emoticon.icon",
"ime_menu_microphone.1x.icon",
@@ -50,6 +52,8 @@ action("aggregate_vector_icons") {
"network_ethernet.icon",
"network_vpn.1x.icon",
"network_vpn.icon",
+ "notification_feedback.1x.icon",
+ "notification_feedback.icon",
"palette_action_capture_region.1x.icon",
"palette_action_capture_region.icon",
"palette_action_capture_screen.1x.icon",

Powered by Google App Engine
This is Rietveld 408576698