| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 2eab43827d938fd563c41e0d67b5b3d6e84877c5..452fbef00850ed224692f37ffb6aa14ce096f83a 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -114,6 +114,7 @@
|
| 'mediastream/SourceInfo.idl',
|
| 'netinfo/NetworkInformation.idl',
|
| 'notifications/Notification.idl',
|
| + 'notifications/NotificationEvent.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| 'presentation/Presentation.idl',
|
| @@ -273,6 +274,7 @@
|
| 'mediastream/RTCDTMFToneChangeEvent.idl',
|
| 'mediastream/RTCDataChannelEvent.idl',
|
| 'mediastream/RTCIceCandidateEvent.idl',
|
| + 'notifications/NotificationEvent.idl',
|
| 'push_messaging/PushEvent.idl',
|
| 'serviceworkers/ExtendableEvent.idl',
|
| 'serviceworkers/FetchEvent.idl',
|
| @@ -736,6 +738,8 @@
|
| 'notifications/NotificationClient.h',
|
| 'notifications/NotificationController.cpp',
|
| 'notifications/NotificationController.h',
|
| + 'notifications/NotificationEvent.cpp',
|
| + 'notifications/NotificationEvent.h',
|
| 'notifications/NotificationPermissionCallback.h',
|
| 'notifications/NotificationPermissionClient.cpp',
|
| 'notifications/NotificationPermissionClient.h',
|
|
|