| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index cf770eaf25f97392a7497958e1f5ae9aaf6cea5e..84fc1c47f7c8ad8082f3a390f56010dc206bc3b7 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1834,6 +1834,10 @@
|
| ],
|
| # Used on all platforms when notifications are enabled.
|
| 'chrome_browser_notifications_sources': [
|
| + 'browser/notifications/desktop_notification_infobar_delegate.cc',
|
| + 'browser/notifications/desktop_notification_infobar_delegate.h',
|
| + 'browser/notifications/desktop_notification_profile_util.cc',
|
| + 'browser/notifications/desktop_notification_profile_util.h',
|
| 'browser/notifications/desktop_notification_service.cc',
|
| 'browser/notifications/desktop_notification_service.h',
|
| 'browser/notifications/desktop_notification_service_factory.cc',
|
|
|