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

Unified Diff: Source/modules/modules.gypi

Issue 783983003: Push API: move PushManager from Navigator to ServiceWorkerRegistration [switchover 6/6] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review comments. Created 6 years 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b753113626c63d0d0c3d9cb38ae193f4b9b71185..72e3a1d9135235c11fb0a3c26239886c19f1b873 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -254,8 +254,8 @@
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'presentation/NavigatorPresentation.idl',
- 'push_messaging/NavigatorPushManager.idl',
'push_messaging/ServiceWorkerGlobalScopePush.idl',
+ 'push_messaging/ServiceWorkerRegistrationPush.idl',
'quota/NavigatorStorageQuota.idl',
'quota/WindowQuota.idl',
'quota/WorkerNavigatorStorageQuota.idl',
@@ -830,8 +830,6 @@
'presentation/Presentation.h',
'presentation/PresentationSession.cpp',
'presentation/PresentationSession.h',
- 'push_messaging/NavigatorPushManager.cpp',
- 'push_messaging/NavigatorPushManager.h',
'push_messaging/PushController.cpp',
'push_messaging/PushController.h',
'push_messaging/PushError.cpp',
@@ -847,6 +845,8 @@
'push_messaging/PushRegistration.cpp',
'push_messaging/PushRegistration.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',
+ 'push_messaging/ServiceWorkerRegistrationPush.cpp',
+ 'push_messaging/ServiceWorkerRegistrationPush.h',
'quota/DOMWindowQuota.cpp',
'quota/DOMWindowQuota.h',
'quota/DeprecatedStorageInfo.cpp',

Powered by Google App Engine
This is Rietveld 408576698