| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 1e185405e045996dcfc1fa4b23582eaefb152894..eda93ad210a8324cae196511f6a26bb0578fb351 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -28,6 +28,7 @@
|
| '../ui/events/events.gyp:gesture_detection',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| + '../ui/message_center/message_center.gyp:message_center',
|
| '../ui/resources/ui_resources.gyp:ui_resources',
|
| '../ui/snapshot/snapshot.gyp:snapshot',
|
| 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
|
| @@ -1034,8 +1035,12 @@
|
| 'browser/notifications/notification_event_dispatcher_impl.h',
|
| 'browser/notifications/notification_message_filter.cc',
|
| 'browser/notifications/notification_message_filter.h',
|
| + 'browser/notifications/notification_id_generator.cc',
|
| + 'browser/notifications/notification_id_generator.h',
|
| 'browser/notifications/page_notification_delegate.cc',
|
| 'browser/notifications/page_notification_delegate.h',
|
| + 'browser/notifications/persistent_notification_delegate.cc',
|
| + 'browser/notifications/persistent_notification_delegate.h',
|
| 'browser/notifications/platform_notification_context_impl.cc',
|
| 'browser/notifications/platform_notification_context_impl.h',
|
| 'browser/permissions/permission_service_context.cc',
|
|
|