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

Unified Diff: ui/message_center/BUILD.gn

Issue 2870283002: Move message_center::CustomNotificationView to arc::ArcNotificationView (Closed)
Patch Set: Addressed comment 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/test/run_all_unittests.cc ('k') | ui/message_center/notification_delegate.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 95686459a125f397ba21a62da66ce59bc02b9ffb..a01d1709e6db2782eba093e8f155979c154ab797 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -113,10 +113,6 @@ 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",
"views/desktop_popup_alignment_delegate.h",
"views/message_bubble_base.cc",
@@ -256,7 +252,6 @@ test("message_center_unittests") {
if (toolkit_views && !is_mac) {
sources += [
"views/bounded_label_unittest.cc",
- "views/custom_notification_view_unittest.cc",
"views/message_center_view_unittest.cc",
"views/message_list_view_unittest.cc",
"views/message_popup_collection_unittest.cc",
« no previous file with comments | « ui/arc/test/run_all_unittests.cc ('k') | ui/message_center/notification_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698