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

Unified Diff: ui/message_center/BUILD.gn

Issue 2925263003: Notification: Implement two-leveled notification. (Closed)
Patch Set: Remove an unused function. Created 3 years, 6 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 | « no previous file | ui/message_center/vector_icons/notification_expand_less.icon » ('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 52b0631224d28e90c70a99e60bb3021e42929fd0..161038a933e122f7f35608a9b9de39388d739fba 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -11,10 +11,12 @@ aggregate_vector_icons("message_center_vector_icons") {
icon_directory = "vector_icons"
icons = [
- "notification_settings_button.1x.icon",
- "notification_settings_button.icon",
"notification_close_button.1x.icon",
"notification_close_button.icon",
+ "notification_expand_less.icon",
+ "notification_expand_more.icon",
+ "notification_settings_button.1x.icon",
+ "notification_settings_button.icon",
"product.1x.icon",
"product.icon",
]
@@ -141,6 +143,8 @@ component("message_center") {
"views/message_view_factory.h",
"views/notification_button.cc",
"views/notification_button.h",
+ "views/notification_header_view.cc",
+ "views/notification_header_view.h",
"views/notification_view.cc",
"views/notification_view.h",
"views/notification_view_md.cc",
« no previous file with comments | « no previous file | ui/message_center/vector_icons/notification_expand_less.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698