Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 861d6b00bfb78cb19d401fda84177ad9fbe3af51..212dc2491cf0712e0173f1fd9381ad2cdb25454e 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -145,6 +145,7 @@ |
'notifications/Notification.idl', |
'notifications/NotificationEvent.idl', |
'notifications/NotificationPermissionCallback.idl', |
+ 'notifications/PageNotificationEvent.idl', |
'permissions/Permissions.idl', |
'permissions/PermissionStatus.idl', |
'plugins/MimeType.idl', |
@@ -392,6 +393,7 @@ |
'mediastream/RTCIceCandidateEvent.idl', |
'navigatorconnect/ServicePortConnectEvent.idl', |
'notifications/NotificationEvent.idl', |
+ 'notifications/PageNotificationEvent.idl', |
'presentation/DefaultSessionStartEvent.idl', |
'push_messaging/PushEvent.idl', |
'serviceworkers/ExtendableEvent.idl', |
@@ -451,6 +453,7 @@ |
'notifications/NotificationAction.idl', |
'notifications/NotificationEventInit.idl', |
'notifications/NotificationOptions.idl', |
+ 'notifications/PageNotificationEventInit.idl', |
'permissions/MidiPermissionDescriptor.idl', |
'permissions/PermissionDescriptor.idl', |
'permissions/PushPermissionDescriptor.idl', |
@@ -569,6 +572,8 @@ |
'<(blink_modules_output_dir)/notifications/NotificationEventInit.h', |
'<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', |
'<(blink_modules_output_dir)/notifications/NotificationOptions.h', |
+ '<(blink_modules_output_dir)/notifications/PageNotificationEventInit.cpp', |
+ '<(blink_modules_output_dir)/notifications/PageNotificationEventInit.h', |
'<(blink_modules_output_dir)/permissions/MidiPermissionDescriptor.cpp', |
'<(blink_modules_output_dir)/permissions/MidiPermissionDescriptor.h', |
'<(blink_modules_output_dir)/permissions/PermissionDescriptor.cpp', |
@@ -1180,6 +1185,7 @@ |
'notifications/NotificationPermissionCallback.h', |
'notifications/NotificationPermissionClient.cpp', |
'notifications/NotificationPermissionClient.h', |
+ 'notifications/PageNotificationEvent.h', |
'notifications/ServiceWorkerGlobalScopeNotifications.h', |
'notifications/ServiceWorkerRegistrationNotifications.cpp', |
'notifications/ServiceWorkerRegistrationNotifications.h', |