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 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 3942a22b2e87954e7cd17eb4d68b3d4db23aef92..99f70514b95541d5c7edf59e6618853b2cbdc600 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -252,8 +252,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',
@@ -802,8 +802,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',
@@ -819,6 +817,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