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

Unified Diff: content/content_browser.gypi

Issue 1116693002: [NOT FOR REVIEW] Significantly simplify the PlatformNotificationService //content API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_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',

Powered by Google App Engine
This is Rietveld 408576698