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

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

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Fix non-ChromeOS compile and move greys out of icon files 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..15161242477ff2911af4d3a6ff627f1f03c4c92e 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