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

Unified Diff: Source/modules/modules.gypi

Issue 188433003: Remove support for legacy WebKit Notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/events/EventTargetFactory.in ('k') | Source/modules/notifications/DOMWindowNotifications.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 33ecad34677c5d26da0d35d5d66acdcc6e316fd6..f4bcd06129e9812c55ae9a70960ec7188e87e75a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -100,9 +100,7 @@
'mediastream/RTCStatsResponse.idl',
'mediastream/SourceInfo.idl',
'notifications/Notification.idl',
- 'notifications/NotificationCenter.idl',
'notifications/NotificationPermissionCallback.idl',
- 'notifications/WebKitNotification.idl',
'performance/WorkerPerformance.idl',
'quota/DeprecatedStorageInfo.idl',
'quota/DeprecatedStorageQuota.idl',
@@ -210,8 +208,6 @@
'mediastream/NavigatorMediaStream.idl',
'mediastream/URLMediaStream.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
- 'notifications/WindowNotifications.idl',
- 'notifications/WorkerGlobalScopeNotifications.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'quota/NavigatorStorageQuota.idl',
@@ -519,21 +515,12 @@
'navigatorcontentutils/NavigatorContentUtils.cpp',
'navigatorcontentutils/NavigatorContentUtils.h',
'navigatorcontentutils/NavigatorContentUtilsClient.h',
- 'notifications/DOMWindowNotifications.cpp',
- 'notifications/DOMWindowNotifications.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
- 'notifications/NotificationBase.cpp',
- 'notifications/NotificationBase.h',
- 'notifications/NotificationCenter.cpp',
- 'notifications/NotificationCenter.h',
+ 'notifications/NotificationClient.h',
'notifications/NotificationController.cpp',
'notifications/NotificationController.h',
'notifications/NotificationPermissionCallback.h',
- 'notifications/WebKitNotification.cpp',
- 'notifications/WebKitNotification.h',
- 'notifications/WorkerGlobalScopeNotifications.cpp',
- 'notifications/WorkerGlobalScopeNotifications.h',
'performance/SharedWorkerPerformance.cpp',
'performance/WorkerGlobalScopePerformance.cpp',
'performance/WorkerGlobalScopePerformance.h',
« no previous file with comments | « Source/core/events/EventTargetFactory.in ('k') | Source/modules/notifications/DOMWindowNotifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698