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

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

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Remove display_notification.1x.icon Created 4 years 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 a2b8378bebdbe3755aef1b6cf2e1a2ba55c444a5..c6ce7fc395b41b4df7a62273f5b09639238686e7 100644
--- a/ash/resources/vector_icons/BUILD.gn
+++ b/ash/resources/vector_icons/BUILD.gn
@@ -8,6 +8,7 @@ action("aggregate_vector_icons") {
script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
icons = [
+ "display_notification.icon",
Evan Stade 2016/12/05 22:53:10 seems like this should be called notification_icon
Greg Levin 2016/12/06 22:44:50 Done(ish).
"ime_menu_emoticon.1x.icon",
"ime_menu_emoticon.icon",
"ime_menu_microphone.1x.icon",
@@ -50,6 +51,8 @@ action("aggregate_vector_icons") {
"network_ethernet.icon",
"network_vpn.1x.icon",
"network_vpn.icon",
+ "notification_feedback.1x.icon",
+ "notification_feedback.icon",
Evan Stade 2016/12/05 22:53:10 notification_button_icon_feedback
Greg Levin 2016/12/06 22:44:50 Done(ish).
"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