| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index b59615c47cf88c5b77587f67e77f9d4e1aab2770..af8fa1c74664b8e28007015e3f0b6698e89620c0 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -218,6 +218,7 @@
|
| 'mediastream/WindowMediaStream.idl',
|
| 'navigatorcontentutils/NavigatorContentUtils.idl',
|
| 'netinfo/NavigatorNetworkInformation.idl',
|
| + 'netinfo/WorkerNavigatorNetworkInformation.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| 'push_messaging/NavigatorPushManager.idl',
|
| @@ -585,6 +586,8 @@
|
| 'netinfo/NavigatorNetworkInformation.h',
|
| 'netinfo/NetworkInformation.cpp',
|
| 'netinfo/NetworkInformation.h',
|
| + 'netinfo/WorkerNavigatorNetworkInformation.cpp',
|
| + 'netinfo/WorkerNavigatorNetworkInformation.h',
|
| 'notifications/Notification.cpp',
|
| 'notifications/Notification.h',
|
| 'notifications/NotificationClient.h',
|
|
|