| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index e3f48d9ceb56bac69811708748645ae800e25a65..4f3a550969b1cd787a1f0d48358182bf1538e646 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/NetworkInformation.idl',
|
| 'notifications/Notification.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| 'performance/WorkerPerformance.idl',
|
| @@ -216,6 +217,7 @@
|
| 'mediastream/URLMediaStream.idl',
|
| 'mediastream/WindowMediaStream.idl',
|
| 'navigatorcontentutils/NavigatorContentUtils.idl',
|
| + 'netinfo/NavigatorNetworkInformation.idl',
|
| 'performance/SharedWorkerPerformance.idl',
|
| 'performance/WorkerGlobalScopePerformance.idl',
|
| 'push_messaging/NavigatorPushManager.idl',
|
| @@ -579,6 +581,10 @@
|
| 'navigatorcontentutils/NavigatorContentUtils.cpp',
|
| 'navigatorcontentutils/NavigatorContentUtils.h',
|
| 'navigatorcontentutils/NavigatorContentUtilsClient.h',
|
| + 'netinfo/NavigatorNetworkInformation.cpp',
|
| + 'netinfo/NavigatorNetworkInformation.h',
|
| + 'netinfo/NetworkInformation.cpp',
|
| + 'netinfo/NetworkInformation.h',
|
| 'notifications/Notification.cpp',
|
| 'notifications/Notification.h',
|
| 'notifications/NotificationClient.h',
|
|
|