| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index b0ac3b6f781ff32a33a43e6ccaece6544ab70871..d2da3e761e01c2903aa71e6bd8adaa5afde6b062 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -100,6 +100,7 @@
|
| 'mediastream/RTCStatsReport.idl',
|
| 'mediastream/RTCStatsResponse.idl',
|
| 'mediastream/SourceInfo.idl',
|
| + 'netinfo/NetworkInfoConnection.idl',
|
| 'notifications/Notification.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| @@ -214,6 +215,7 @@
|
| 'mediastream/URLMediaStream.idl',
|
| 'mediastream/WindowMediaStream.idl',
|
| 'navigatorcontentutils/NavigatorContentUtils.idl',
|
| + 'netinfo/NavigatorNetworkInfoConnection.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| 'push_messaging/NavigatorPushManager.idl',
|
| @@ -577,6 +579,10 @@
|
| 'navigatorcontentutils/NavigatorContentUtils.cpp',
|
| 'navigatorcontentutils/NavigatorContentUtils.h',
|
| 'navigatorcontentutils/NavigatorContentUtilsClient.h',
|
| + 'netinfo/NavigatorNetworkInfoConnection.cpp',
|
| + 'netinfo/NavigatorNetworkInfoConnection.h',
|
| + 'netinfo/NetworkInfoConnection.cpp',
|
| + 'netinfo/NetworkInfoConnection.h',
|
| 'notifications/Notification.cpp',
|
| 'notifications/Notification.h',
|
| 'notifications/NotificationClient.h',
|
|
|