Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index ea18825888a75b266622c9c6b0b1e323398a7551..e22b529703f02491c710db173efdf377507f274c 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -155,6 +155,7 @@ |
'public/browser/navigation_entry.h', |
'public/browser/navigation_type.h', |
'public/browser/notification_details.h', |
+ 'public/browser/notification_event_dispatcher.h', |
'public/browser/notification_observer.h', |
'public/browser/notification_registrar.cc', |
'public/browser/notification_registrar.h', |
@@ -938,6 +939,8 @@ |
'browser/net/view_blob_internals_job_factory.h', |
'browser/net/view_http_cache_job_factory.cc', |
'browser/net/view_http_cache_job_factory.h', |
+ 'browser/notifications/notification_event_dispatcher_impl.cc', |
+ 'browser/notifications/notification_event_dispatcher_impl.h', |
'browser/notifications/notification_message_filter.cc', |
'browser/notifications/notification_message_filter.h', |
'browser/notifications/page_notification_delegate.cc', |