| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 6eec69642fbe892771d7d2fd38881200b589d33b..8276f8ab59755b848732c39f46b6ec8fdb0ab3fd 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -137,7 +137,6 @@
|
| 'notifications/Notification.idl',
|
| 'notifications/NotificationEvent.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| - 'performance/WorkerPerformance.idl',
|
| 'permissions/Permissions.idl',
|
| 'permissions/PermissionStatus.idl',
|
| 'plugins/MimeType.idl',
|
| @@ -289,8 +288,6 @@
|
| 'notifications/ServiceWorkerRegistrationNotifications.idl',
|
| 'permissions/NavigatorPermissions.idl',
|
| 'permissions/WorkerNavigatorPermissions.idl',
|
| - 'performance/SharedWorkerPerformance.idl',
|
| - 'performance/WorkerGlobalScopePerformance.idl',
|
| 'plugins/NavigatorPlugins.idl',
|
| 'presentation/NavigatorPresentation.idl',
|
| 'push_messaging/ServiceWorkerGlobalScopePush.idl',
|
| @@ -1025,11 +1022,6 @@
|
| 'notifications/ServiceWorkerGlobalScopeNotifications.h',
|
| 'notifications/ServiceWorkerRegistrationNotifications.cpp',
|
| 'notifications/ServiceWorkerRegistrationNotifications.h',
|
| - 'performance/SharedWorkerPerformance.cpp',
|
| - 'performance/WorkerGlobalScopePerformance.cpp',
|
| - 'performance/WorkerGlobalScopePerformance.h',
|
| - 'performance/WorkerPerformance.cpp',
|
| - 'performance/WorkerPerformance.h',
|
| 'permissions/NavigatorPermissions.cpp',
|
| 'permissions/NavigatorPermissions.h',
|
| 'permissions/PermissionController.cpp',
|
|
|