| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 60359103809a7e879a2d0aabd0b3eb13e93993d9..870608978589ebdd17be89bb61686f3e71619c7f 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -104,6 +104,8 @@
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'notifications/WebKitNotification.idl',
|
| 'performance/WorkerPerformance.idl',
|
| + 'pushmessaging/PushManager.idl',
|
| + 'pushmessaging/PushRegistration.idl',
|
| 'quota/DeprecatedStorageInfo.idl',
|
| 'quota/DeprecatedStorageQuota.idl',
|
| 'quota/StorageErrorCallback.idl',
|
| @@ -211,6 +213,7 @@
|
| 'notifications/WorkerGlobalScopeNotifications.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| + 'pushmessaging/NavigatorPushManager.idl',
|
| 'quota/NavigatorStorageQuota.idl',
|
| 'quota/WindowQuota.idl',
|
| 'quota/WorkerNavigatorStorageQuota.idl',
|
| @@ -534,6 +537,16 @@
|
| 'performance/WorkerGlobalScopePerformance.h',
|
| 'performance/WorkerPerformance.cpp',
|
| 'performance/WorkerPerformance.h',
|
| + 'pushmessaging/NavigatorPushManager.cpp',
|
| + 'pushmessaging/NavigatorPushManager.h',
|
| + 'pushmessaging/PushController.cpp',
|
| + 'pushmessaging/PushController.h',
|
| + 'pushmessaging/PushManager.cpp',
|
| + 'pushmessaging/PushManager.h',
|
| + 'pushmessaging/PushMessagingError.cpp',
|
| + 'pushmessaging/PushMessagingError.h',
|
| + 'pushmessaging/PushRegistration.cpp',
|
| + 'pushmessaging/PushRegistration.h',
|
| 'quota/DeprecatedStorageInfo.cpp',
|
| 'quota/DeprecatedStorageInfo.h',
|
| 'quota/DeprecatedStorageQuota.cpp',
|
|
|