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

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: 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 c79b1a787a9f21b148165782b84c8155d2480f5e..8a4382c75003d7b5e9d70fe43897cf0cbddf1dd9 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',
@@ -799,8 +799,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',
@@ -816,6 +814,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