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

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

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Switching to .icon files which don't yet render correctly 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 61450e7e635a7b8cac766628c7ca3f8d897aa783..18f6e9e77bd73e89417bb699e30cb7846c9a0207 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