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

Unified Diff: content/content_child.gypi

Issue 644643005: Implement a RenderFrame-less path for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove now unused ipc messages Created 6 years, 2 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 2b3748890e2780ecfd5bc730b9be6b1913cf43d6..a8a67eb74de9a02c1c735b5265578bbe01eb532d 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -96,6 +96,10 @@
'child/mojo/mojo_application.h',
'child/multipart_response_delegate.cc',
'child/multipart_response_delegate.h',
+ 'child/notifications/notification_dispatcher.cc',
+ 'child/notifications/notification_dispatcher.h',
+ 'child/notifications/notification_manager.cc',
+ 'child/notifications/notification_manager.h',
'child/npapi/np_channel_base.cc',
'child/npapi/np_channel_base.h',
'child/npapi/npobject_base.h',

Powered by Google App Engine
This is Rietveld 408576698