| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 3c2128b0566f779362649887f8fbd5a523c37c29..61f0d9ac60331fa022d0f34a57e0e2e214f9f615 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1849,6 +1849,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',
|
|
|