| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 9f3c8b6e629660a9871d6cfd8b3eaea2f0b82056..796745e8fc26ad5148cdf948f5da1959571917fc 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -1169,6 +1169,8 @@
|
| 'netinfo/WorkerNavigatorNetworkInformation.h',
|
| 'notifications/Notification.cpp',
|
| 'notifications/Notification.h',
|
| + 'notifications/NotificationData.cpp',
|
| + 'notifications/NotificationData.h',
|
| 'notifications/NotificationEvent.cpp',
|
| 'notifications/NotificationEvent.h',
|
| 'notifications/NotificationPermissionCallback.h',
|
| @@ -1743,6 +1745,7 @@
|
| 'indexeddb/IDBRequestTest.cpp',
|
| 'indexeddb/IDBTransactionTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| + 'notifications/NotificationDataTest.cpp',
|
| 'serviceworkers/ServiceWorkerContainerTest.cpp',
|
| 'webaudio/AudioBasicProcessorHandlerTest.cpp',
|
| 'webaudio/ConvolverNodeTest.cpp',
|
|
|