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

Unified Diff: ui/arc/arc.gyp

Issue 2066853002: arc: Show custom notification via notification surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-exo
Patch Set: update NotificationSurfaceRegistry access and choose custom notification via ArcNotificationData Created 4 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
Index: ui/arc/arc.gyp
diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp
index 55fb302ec79b1692b98b471f8c103fd377e87a64..04353a981f3feba1517f7e7a958871a69725d618 100644
--- a/ui/arc/arc.gyp
+++ b/ui/arc/arc.gyp
@@ -24,10 +24,14 @@
'../../components/components.gyp:signin_core_account_id',
],
'sources': [
- 'notification/arc_notification_manager.cc',
- 'notification/arc_notification_manager.h',
+ 'notification/arc_custom_notification_view.cc',
+ 'notification/arc_custom_notification_view.h',
+ 'notification/arc_custom_notification_item.cc',
+ 'notification/arc_custom_notification_item.h',
'notification/arc_notification_item.cc',
'notification/arc_notification_item.h',
+ 'notification/arc_notification_manager.cc',
+ 'notification/arc_notification_manager.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698