| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 9c4326ec4a8ef3e05e139bfbf61c89f292871854..df269847483b8edff8cc4e441d4f87e5845fe35c 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -118,6 +118,8 @@
|
| 'notifications/NotificationEvent.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| + 'permissions/Permissions.idl',
|
| + 'permissions/PermissionStatus.idl',
|
| 'presentation/Presentation.idl',
|
| 'presentation/PresentationSession.idl',
|
| 'push_messaging/PushEvent.idl',
|
| @@ -763,6 +765,10 @@
|
| 'performance/WorkerGlobalScopePerformance.h',
|
| 'performance/WorkerPerformance.cpp',
|
| 'performance/WorkerPerformance.h',
|
| + 'permissions/Permissions.cpp',
|
| + 'permissions/Permissions.h',
|
| + 'permissions/PermissionStatus.cpp',
|
| + 'permissions/PermissionStatus.h',
|
| 'presentation/NavigatorPresentation.cpp',
|
| 'presentation/NavigatorPresentation.h',
|
| 'presentation/Presentation.cpp',
|
|
|