| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index cfa3717e6840279b7c669bc3209f1b0c735aa644..0872acd4458e659f7bafc8af3864ee94b1802c15 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -106,6 +106,7 @@
|
| 'notifications/Notification.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| + 'presentation/Presentation.idl',
|
| 'push_messaging/PushEvent.idl',
|
| 'push_messaging/PushManager.idl',
|
| 'push_messaging/PushRegistration.idl',
|
| @@ -226,6 +227,7 @@
|
| 'netinfo/WorkerNavigatorNetworkInformation.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| + 'presentation/NavigatorPresentation.idl',
|
| 'push_messaging/NavigatorPushManager.idl',
|
| 'push_messaging/ServiceWorkerGlobalScopePush.idl',
|
| 'quota/NavigatorStorageQuota.idl',
|
| @@ -599,6 +601,10 @@
|
| 'performance/WorkerGlobalScopePerformance.h',
|
| 'performance/WorkerPerformance.cpp',
|
| 'performance/WorkerPerformance.h',
|
| + 'presentation/NavigatorPresentation.cpp',
|
| + 'presentation/NavigatorPresentation.h',
|
| + 'presentation/Presentation.cpp',
|
| + 'presentation/Presentation.h',
|
| 'push_messaging/NavigatorPushManager.cpp',
|
| 'push_messaging/NavigatorPushManager.h',
|
| 'push_messaging/PushController.cpp',
|
|
|