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

Unified Diff: ui/message_center/BUILD.gn

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: Fixed build failure Created 3 years, 7 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
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index 95686459a125f397ba21a62da66ce59bc02b9ffb..1b92fe9c2fe7cc3eac0fbbe013b477ad215b0ae5 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -15,6 +15,8 @@ aggregate_vector_icons("message_center_vector_icons") {
"notification_settings_button.icon",
"notification_close_button.1x.icon",
"notification_close_button.icon",
+ "product.1x.icon",
+ "product.icon",
]
}
@@ -142,6 +144,8 @@ component("message_center") {
"views/notification_button.h",
"views/notification_view.cc",
"views/notification_view.h",
+ "views/notification_view_md.cc",
+ "views/notification_view_md.h",
"views/notifier_settings_view.cc",
"views/notifier_settings_view.h",
"views/padded_button.cc",

Powered by Google App Engine
This is Rietveld 408576698