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

Unified Diff: ui/message_center/message_center.gyp

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address sky/msw comments + rebase. Created 7 years, 11 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/message_center/message_center.h ('k') | ui/message_center/message_center_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center.gyp
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp
index c2c631a179f329af0c86490d1f543de7ea5bb712..f778182a2cd267ada792e23c80cff973d73721ff 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -34,6 +34,9 @@
'message_center_constants.cc',
'message_center_constants.h',
'message_center_export.h',
+ 'message_center_tray.cc',
+ 'message_center_tray.h',
+ 'message_center_tray_delegate.h',
'message_center_switches.cc',
'message_center_switches.h',
'message_popup_bubble.cc',
@@ -67,6 +70,7 @@
'message_center',
],
'sources': [
+ 'message_center_tray_unittest.cc',
'notification_list_unittest.cc',
],
},
« no previous file with comments | « ui/message_center/message_center.h ('k') | ui/message_center/message_center_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698