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

Unified Diff: ui/message_center/BUILD.gn

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « ui/arc/notification/arc_notification_item_impl.cc ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index a01d1709e6db2782eba093e8f155979c154ab797..51f90daf99023b3fb041f822f82a48104ae9f8d3 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",
]
}
@@ -138,6 +140,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",
« no previous file with comments | « ui/arc/notification/arc_notification_item_impl.cc ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698