| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 981f220e46f061a83802cd9cac569058108e0768..fd731cb56cd6f61331f38ec709bc1927763891d0 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -243,6 +243,7 @@
|
| 'netinfo/NavigatorNetworkInformation.idl',
|
| 'netinfo/WorkerNavigatorNetworkInformation.idl',
|
| 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
|
| + 'notifications/ServiceWorkerRegistrationNotifications.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| 'presentation/NavigatorPresentation.idl',
|
| @@ -745,6 +746,8 @@
|
| 'notifications/NotificationPermissionClient.cpp',
|
| 'notifications/NotificationPermissionClient.h',
|
| 'notifications/ServiceWorkerGlobalScopeNotifications.h',
|
| + 'notifications/ServiceWorkerRegistrationNotifications.cpp',
|
| + 'notifications/ServiceWorkerRegistrationNotifications.h',
|
| 'performance/SharedWorkerPerformance.cpp',
|
| 'performance/WorkerGlobalScopePerformance.cpp',
|
| 'performance/WorkerGlobalScopePerformance.h',
|
|
|