Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 20faf50ae34997d8cd9809fb8b8cc516c784bfd1..f6a7dbd5a3e03b25234abbe9a397c92c8c8d0b33 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', |
@@ -214,6 +215,7 @@ |
'mediastream/URLMediaStream.idl', |
'mediastream/WindowMediaStream.idl', |
'navigatorcontentutils/NavigatorContentUtils.idl', |
+ 'netinfo/NavigatorNetworkInformation.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/NavigatorNetworkInformation.cpp', |
+ 'netinfo/NavigatorNetworkInformation.h', |
+ 'netinfo/NetworkInformation.cpp', |
+ 'netinfo/NetworkInformation.h', |
'notifications/Notification.cpp', |
'notifications/Notification.h', |
'notifications/NotificationClient.h', |