| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index f85762fcba1634dae9c4a518634395dca52a28ae..3dcf39f30f9fe12e876cefa5f2d3887d6f646334 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -116,6 +116,7 @@
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| 'presentation/Presentation.idl',
|
| + 'presentation/PresentationSession.idl',
|
| 'push_messaging/PushEvent.idl',
|
| 'push_messaging/PushManager.idl',
|
| 'push_messaging/PushRegistration.idl',
|
| @@ -680,6 +681,8 @@
|
| 'presentation/NavigatorPresentation.h',
|
| 'presentation/Presentation.cpp',
|
| 'presentation/Presentation.h',
|
| + 'presentation/PresentationSession.cpp',
|
| + 'presentation/PresentationSession.h',
|
| 'push_messaging/NavigatorPushManager.cpp',
|
| 'push_messaging/NavigatorPushManager.h',
|
| 'push_messaging/PushController.cpp',
|
|
|