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

Unified Diff: ui/message_center/BUILD.gn

Issue 2960333003: Extract the view of control buttons on notification into a separated class (Closed)
Patch Set: addressed comments 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 | « ui/arc/notification/arc_notification_delegate.cc ('k') | ui/message_center/views/message_view.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 161038a933e122f7f35608a9b9de39388d739fba..377026cf7de5f6f9a24034824fb244a3c25c6c5d 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -143,6 +143,8 @@ component("message_center") {
"views/message_view_factory.h",
"views/notification_button.cc",
"views/notification_button.h",
+ "views/notification_control_buttons_view.cc",
+ "views/notification_control_buttons_view.h",
"views/notification_header_view.cc",
"views/notification_header_view.h",
"views/notification_view.cc",
« no previous file with comments | « ui/arc/notification/arc_notification_delegate.cc ('k') | ui/message_center/views/message_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698