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

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: rebase 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
« no previous file with comments | « ui/arc/BUILD.gn ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/arc.gyp
diff --git a/ui/arc/arc.gyp b/ui/arc/arc.gyp
index 55fb302ec79b1692b98b471f8c103fd377e87a64..a9bdb4b9e9474b95ceaf48d6825e06956f53ea4a 100644
--- a/ui/arc/arc.gyp
+++ b/ui/arc/arc.gyp
@@ -24,10 +24,16 @@
'../../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',
+ 'notification/arc_notification_surface_manager.cc',
+ 'notification/arc_notification_surface_manager.h',
],
},
{
« no previous file with comments | « ui/arc/BUILD.gn ('k') | ui/arc/notification/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698