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

Unified Diff: ui/message_center/BUILD.gn

Issue 2547433002: Transfer responsibility for providing a close button for a notification to each implementation of M… (Closed)
Patch Set: address the review comments 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: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index ea3cf13c2b78c7cf546e2c870733d11a0c387cd9..b0ebf6abfa69670cdf89e4278e14368686a0ccde 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -98,6 +98,8 @@ component("message_center") {
"views/bounded_label.cc",
"views/bounded_label.h",
"views/constants.h",
+ "views/custom_notification_content_view_delegate.cc",
+ "views/custom_notification_content_view_delegate.h",
"views/custom_notification_view.cc",
"views/custom_notification_view.h",
"views/desktop_popup_alignment_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698